1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:41:25 -06:00
go/src/pkg/io
Shawn Smith 36c8c5f063 io: add tests for SectionReader ReadAt and Size
R=golang-codereviews, dave
CC=golang-codereviews
https://golang.org/cl/39200045
2013-12-29 22:38:05 +11:00
..
ioutil io/ioutil: use sync.Pool in Discard 2013-12-20 09:38:35 -08:00
io_test.go io: add tests for SectionReader ReadAt and Size 2013-12-29 22:38:05 +11:00
io.go io: let SectionReader seek past the end; document Seeker semantics more 2013-07-18 13:03:26 +10: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 io: prevent write to PipeWriter after Close 2013-08-13 11:04:09 -07:00
pipe.go io: prevent write to PipeWriter after Close 2013-08-13 11:04:09 -07:00