]> Cypherpunks repositories - gostls13.git/commit
an early 6g limitation forced the use of
authorRuss Cox <rsc@golang.org>
Tue, 7 Apr 2009 04:14:38 +0000 (21:14 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 7 Apr 2009 04:14:38 +0000 (21:14 -0700)
commitb80fdd1e3beec5d70e3a7bd2bdf3bdd7153c38a3
tree11b2c9abd86388bca4645ea2e395082cb069828b
parent0ea0919534bc2d39f6fc7c62c92a1d40b7f58c1f
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
src/lib/bufio_test.go
src/lib/fmt/format.go
src/lib/syscall/errstr_darwin.go
src/lib/syscall/errstr_linux.go