1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:11:21 -06:00
go/src/lib/fmt
Russ Cox b80fdd1e3b an early 6g limitation forced the use of
string(b)[0:n]
instead of the more direct string(b[0:n]).
convert to the more direct form.

R=r
DELTA=5  (0 added, 0 deleted, 5 changed)
OCL=27082
CL=27140
2009-04-06 21:14:38 -07:00
..
fmt_test.go delete vestigial references to package syscall 2009-03-06 16:03:59 -08:00
format.go an early 6g limitation forced the use of 2009-04-06 21:14:38 -07:00
Makefile refine gobuild: the files must be *_test.go not *test.go 2008-11-19 19:43:32 -08:00
print.go delete float80 from libraries 2009-03-09 18:00:41 -07:00