aboutsummaryrefslogtreecommitdiff
path: root/src/strings/reader.go
AgeCommit message (Expand)Author
2020-10-30strings: complete Reader doc stringRobert Griesemer
2020-10-30strings: complete documentation of strings.ReaderNorman B. Lancaster
2018-10-29bytes, strings: fix Reader.UnreadRune returning without error on a zero ReaderTim Cooper
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-05-03strings, bytes: fix Reader 0 byte read at EOFBrad Fitzpatrick
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-07bytes, string: add Reset method to ReaderJoe Tsai
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-04-06bytes, strings: add Reader.Size methodsBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox