]> Cypherpunks repositories - gostls13.git/commit
make digits a string instead of an array of bytes.
authorRob Pike <r@golang.org>
Thu, 3 Apr 2008 04:32:39 +0000 (21:32 -0700)
committerRob Pike <r@golang.org>
Thu, 3 Apr 2008 04:32:39 +0000 (21:32 -0700)
commit01764a30fe896850e03a704a876a95dc8e849e79
treebd117b39dd2d4093d13f2069229637345de0182d
parent5d6eba80f8df74df46dd68e58ae1ce9097d7f20a
make digits a string instead of an array of bytes.
use string* to pass it around.

SVN=114795
src/lib/fmt.go