aboutsummaryrefslogtreecommitdiff
path: root/src/strings/reader_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2018-10-29bytes, strings: fix Reader.UnreadRune returning without error on a zero ReaderTim Cooper
2016-05-03strings, bytes: fix Reader 0 byte read at EOFBrad Fitzpatrick
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-04-07bytes, string: add Reset method to ReaderJoe Tsai
2015-04-06bytes, strings: add Reader.Size methodsBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox