1
0
mirror of https://github.com/golang/go synced 2024-10-04 17:21:20 -06:00
go/src/pkg/io
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
..
ioutil strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
io_test.go 1) Change default gofmt default settings for 2009-12-15 15:35:38 -08:00
io.go strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
Makefile move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. 2009-12-02 22:02:14 -08:00
pipe_test.go strings: delete Runes, Bytes 2010-02-25 16:01:29 -08:00
pipe.go io: revised Pipe implementation 2010-02-01 17:43:15 -08:00