Sign in
go
/
go
/
70462f90ec6cf4c0a98f9c556f71b9c99aea94c0
/
src
/
io
/
io_test.go
2c89992
io: add CopyBuffer, a version of Copy in which the user provides a buffer
by Rob Pike
· 10 years ago
a814c05
io: clarify Copy docs regarding error handling
by Péter Surányi
· 10 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/io/io_test.go]
36c8c5f
io: add tests for SectionReader ReadAt and Size
by Shawn Smith
· 11 years ago
3910054
io: let SectionReader seek past the end; document Seeker semantics more
by Brad Fitzpatrick
· 12 years ago
fdc4ce6
io: Prioritize WriterTos over ReaderFroms in Copy.
by Daniel Morsing
· 12 years ago
d6331b4
io: document and test new CopyN return behavior
by Brad Fitzpatrick
· 12 years ago
662ff54
io: guarantee err == nil for full reads in ReadFull and ReadAtLeast
by Russ Cox
· 12 years ago
31eedd7
io: SectionReader.ReadAt should return EOF when buf is not fully read
by Shenghou Ma
· 12 years ago
c06cf03
io: use error, add EOF, avoid os
by Russ Cox
· 13 years ago
39493be
io: rename Copyn to CopyN.
by David Symonds
· 14 years ago
7519966
io: add TeeReader
by Hector Chu
· 14 years ago
8dc0ba7
io: fixes for Read with n > 0, os.EOF
by Robert Hencke
· 14 years ago
0f26608
io: fix Copyn EOF handling
by Russ Cox
· 14 years ago
4642708
io: prevent ReadAtLeast spinloop if min > len(buf)
by Andrew Gerrand
· 15 years ago
a3d1045
1) Change default gofmt default settings for
by Robert Griesemer
· 15 years ago
bc3e347
Add ReadFrom and WriteTo methods to bytes.Buffer, to enable i/o without buffer allocation.
by Rob Pike
· 15 years ago