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