summaryrefslogtreecommitdiff
path: root/src/strings/reader_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-4/+3
* bytes, strings: fix Reader.UnreadRune returning without error on a zero ReaderTim Cooper2018-10-291-0/+42
* strings, bytes: fix Reader 0 byte read at EOFBrad Fitzpatrick2016-05-031-4/+5
* 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/+13
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+159