1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:31:22 -06:00
go/src/pkg/io
Robin Eklind d137a2cb56 src: use internal tests if possible
If a test can be placed in the same package ("internal"), it is placed
there. This facilitates testing of package-private details. Because of
dependency cycles some packages cannot be tested by internal tests.

R=golang-dev, rsc, mikioh.mikioh
CC=golang-dev, r
https://golang.org/cl/7323044
2013-02-19 10:02:01 -05:00
..
ioutil src: use internal tests if possible 2013-02-19 10:02:01 -05:00
io_test.go io: document and test new CopyN return behavior 2013-02-13 13:52:00 -08:00
io.go io: document and test new CopyN return behavior 2013-02-13 13:52:00 -08:00
multi_test.go Add a []byte argument to hash.Hash to allow an allocation to be saved. 2011-12-01 12:35:37 -05:00
multi.go io: use error, add EOF, avoid os 2011-11-01 21:48:52 -04:00
pipe_test.go various: a grab-bag of time.Duration cleanups. 2011-12-13 10:42:56 +11:00
pipe.go all: more typos 2012-03-02 11:15:45 -08:00