]> Cypherpunks repositories - gostls13.git/commit
update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc.
authorRuss Cox <rsc@golang.org>
Wed, 29 Oct 2008 21:28:19 +0000 (14:28 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 29 Oct 2008 21:28:19 +0000 (14:28 -0700)
commitcc5a3828027551aa5e79e9ac08746bd5662b0d8f
treed03ecf1c29d41063e090d74949aa26a8ec004fde
parent123bd8f24b240771611c49504bca045313c03ef6
update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc.

R=r
DELTA=202  (60 added, 24 deleted, 118 changed)
OCL=18029
CL=18038
src/lib/flag.go
src/lib/fmt/format.go
src/lib/fmt/print.go
test/fmt_test.go