summaryrefslogtreecommitdiff
path: root/src/bytes/reader_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-5/+4
* bytes, strings: fix Reader.UnreadRune returning without error on a zero ReaderTim Cooper2018-10-291-0/+42
* bytes: improve test readabilityGabriel Aszalos2017-09-201-2/+2
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-061-1/+1
* strings, bytes: fix Reader 0 byte read at EOFBrad Fitzpatrick2016-05-031-5/+6
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-131-11/+10
* bytes, string: add Reset method to ReaderJoe Tsai2016-04-071-0/+20
* bytes, strings: add Reader.Size methodsBrad Fitzpatrick2015-04-061-0/+12
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+246