Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | all: update references to symbols moved from io/ioutil to io | Russ Cox | 2020-10-20 | 1 | -5/+4 |
* | bytes, strings: fix Reader.UnreadRune returning without error on a zero Reader | Tim Cooper | 2018-10-29 | 1 | -0/+42 |
* | bytes: improve test readability | Gabriel Aszalos | 2017-09-20 | 1 | -2/+2 |
* | all: use SeekStart, SeekCurrent, SeekEnd | Joe Tsai | 2016-05-06 | 1 | -1/+1 |
* | strings, bytes: fix Reader 0 byte read at EOF | Brad Fitzpatrick | 2016-05-03 | 1 | -5/+6 |
* | all: use new io.SeekFoo constants instead of os.SEEK_FOO | Brad Fitzpatrick | 2016-04-13 | 1 | -11/+10 |
* | bytes, string: add Reset method to Reader | Joe Tsai | 2016-04-07 | 1 | -0/+20 |
* | bytes, strings: add Reader.Size methods | Brad Fitzpatrick | 2015-04-06 | 1 | -0/+12 |
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+246 |