aboutsummaryrefslogtreecommitdiff
path: root/src/bytes/reader.go
AgeCommit message (Expand)Author
2024-07-16bytes: more cross-references in docstringsKir Kolyshkin
2024-04-30bytes: fix up godoc link errorsDaniel Martí
2023-10-13bytes,strings: add available godoc linkcui fliter
2022-07-26bytes: document that Reader.Reset affects the result of SizeMuhammed Can Küçükaslan
2018-10-29bytes, strings: fix Reader.UnreadRune returning without error on a zero ReaderTim Cooper
2017-09-21bytes: add documentation to reader methodsGabriel Aszalos
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