summaryrefslogtreecommitdiff
path: root/src/strings/reader.go
Commit message (Expand)AuthorAgeFilesLines
* strings: complete Reader doc stringRobert Griesemer2020-10-301-2/+2
* strings: complete documentation of strings.ReaderNorman B. Lancaster2020-10-301-0/+6
* bytes, strings: fix Reader.UnreadRune returning without error on a zero ReaderTim Cooper2018-10-291-1/+5
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-061-3/+3
* strings, bytes: fix Reader 0 byte read at EOFBrad Fitzpatrick2016-05-031-3/+0
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-1/+1
* bytes, string: add Reset method to ReaderJoe Tsai2016-04-071-0/+3
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-3/+3
* bytes, strings: add Reader.Size methodsBrad Fitzpatrick2015-04-061-0/+6
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+144