| Commit message (Expand) | Author | Age | Files | Lines |
* | io: fix spelling in documentation for io.Discard | Simão Gomes Viana | 2021-03-23 | 1 | -1/+1 |
* | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 1 | -1/+1 |
* | io: adopt Discard, NopCloser, ReadAll from io/ioutil | Russ Cox | 2020-10-20 | 1 | -4/+80 |
* | io: unexport ErrBadWriteCount | Russ Cox | 2020-10-16 | 1 | -4/+4 |
* | io: add a new ReadSeekCloser interface | Mohamed Attahri | 2020-10-14 | 1 | -0/+8 |
* | io: add ErrBadWriteCount | Tao Qingyun | 2020-10-13 | 1 | -2/+9 |
* | io: make clear that EOF should not be wrapped | Russ Cox | 2020-10-01 | 1 | -0/+2 |
* | io: add a comment about how to turn a Reader into ByteReader | Rob Pike | 2020-03-12 | 1 | -0/+4 |
* | io: make CopyBuffer docs state when buf is not used | sandyskies | 2019-10-21 | 1 | -0/+3 |
* | io: export StringWriter | Daniel Martí | 2018-10-03 | 1 | -4/+4 |
* | io: calculate buffer size only when needed | Author Name | 2018-05-06 | 1 | -8/+8 |
* | io: document that ReadAtLeast and ReadFull can drop errors | Agniva De Sarker | 2018-03-26 | 1 | -0/+2 |
* | io: eliminate full copy of copy loop in CopyN | Russ Cox | 2017-11-16 | 1 | -51/+10 |
* | io: Improve performance of CopyN | Albert Nigmatzianov | 2017-09-20 | 1 | -1/+50 |
* | io: clarify documentation for io.ByteReader on error values | smasher164 | 2017-06-29 | 1 | -1/+3 |
* | io: update documentation on LimitedReader | Joe Tsai | 2016-12-09 | 1 | -0/+1 |
* | io: simplified a small part of copyBuffer | Anmol Sethi | 2016-10-09 | 1 | -4/+3 |
* | io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentation | Joe Tsai | 2016-05-29 | 1 | -4/+6 |
* | io: remove SizedReaderAt | Russ Cox | 2016-05-24 | 1 | -10/+0 |
* | all: use SeekStart, SeekCurrent, SeekEnd | Joe Tsai | 2016-05-06 | 1 | -3/+3 |
* | io: document WriteString calls Write exactly once | Dan Peterson | 2016-04-12 | 1 | -0/+1 |
* | io: change the name of ReadAtSizer to SizedReaderAt | Rob Pike | 2016-04-08 | 1 | -3/+4 |
* | io: add ReadAtSizer interface | Brad Fitzpatrick | 2016-04-06 | 1 | -0/+9 |
* | io: define SeekStart, SeekCurrent, SeekEnd constants for use with Seeker | Eric Lagergren | 2016-04-05 | 1 | -0/+7 |
* | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -11/+11 |
* | all: remove public named return values when useless | Brad Fitzpatrick | 2016-02-29 | 1 | -1/+1 |
* | io: simplify documentation for ByteReader | Joe Tsai | 2015-10-06 | 1 | -1/+0 |
* | io: clarify documentation for Seeker | Joe Tsai | 2015-10-06 | 1 | -6/+6 |
* | io: tweak Reader comment | Russ Cox | 2015-06-29 | 1 | -1/+1 |
* | io: minor improvements to doc comment on WriteString. | David Symonds | 2015-05-29 | 1 | -2/+2 |
* | io: add CopyBuffer, a version of Copy in which the user provides a buffer | Rob Pike | 2015-04-15 | 1 | -4/+22 |
* | io: clarify Copy docs regarding error handling | Péter Surányi | 2015-04-08 | 1 | -2/+3 |
* | io: clarify Reader returning 0, nil | Russ Cox | 2014-09-16 | 1 | -2/+5 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+499 |