]> Cypherpunks repositories - gostls13.git/commit
updates: append(y,[]byte(z)...) -> append(y,z...)"
authorChristopher Wedgwood <cw@f00f.org>
Wed, 12 Oct 2011 20:42:04 +0000 (13:42 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 12 Oct 2011 20:42:04 +0000 (13:42 -0700)
commit707e5acd713702ca1067a48fe792aec53aef7a04
tree5e9466dbbed47ae5d45c7069f997c9c96703a893
parent3b5ff0fb147729f9590a00df8fb56b5d4bfeac7b
updates: append(y,[]byte(z)...) -> append(y,z...)"

(more are possible but omitted for now as they are part of
specific tests where rather than changing what is there we
should probably expand the tests to cover the new case)

R=rsc, dvyukov
CC=golang-dev
https://golang.org/cl/5247058
src/pkg/bytes/bytes_test.go
src/pkg/exp/norm/normregtest.go
src/pkg/exp/norm/readwriter_test.go
src/pkg/exp/ssh/messages.go
src/pkg/json/scanner_test.go
src/pkg/os/dir_plan9.go
src/pkg/os/env.go