1
0
mirror of https://github.com/golang/go synced 2024-10-04 21:11:22 -06:00
go/src/pkg/encoding
Russ Cox 9750adbbad strings: delete Runes, Bytes
gofmt -w -r 'strings.Bytes(a) -> []byte(a)' src/cmd src/pkg test/bench
gofmt -w -r 'strings.Runes(a) -> []int(a)' src/cmd src/pkg test/bench
delete unused imports

R=r
CC=golang-dev
https://golang.org/cl/224062
2010-02-25 16:01:29 -08:00
..
ascii85 strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
base64 strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
binary 1) Change default gofmt default settings for 2009-12-15 15:27:16 -08:00
git85 strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
hex strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
pem strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00