aboutsummaryrefslogtreecommitdiff
path: root/src/io/io.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-10-20io: adopt Discard, NopCloser, ReadAll from io/ioutilRuss Cox
2020-10-16io: unexport ErrBadWriteCountRuss Cox
2020-10-14io: add a new ReadSeekCloser interfaceMohamed Attahri
2020-10-13io: add ErrBadWriteCountTao Qingyun
2020-10-01io: make clear that EOF should not be wrappedRuss Cox
2020-03-12io: add a comment about how to turn a Reader into ByteReaderRob Pike
2019-10-21io: make CopyBuffer docs state when buf is not usedsandyskies
2018-10-03io: export StringWriterDaniel Martí
2018-05-06io: calculate buffer size only when neededAuthor Name
2018-03-26io: document that ReadAtLeast and ReadFull can drop errorsAgniva De Sarker
2017-11-16io: eliminate full copy of copy loop in CopyNRuss Cox
2017-09-20io: Improve performance of CopyNAlbert Nigmatzianov
2017-06-29io: clarify documentation for io.ByteReader on error valuessmasher164
2016-12-09io: update documentation on LimitedReaderJoe Tsai
2016-10-09io: simplified a small part of copyBufferAnmol Sethi
2016-05-29io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentationJoe Tsai
2016-05-24io: remove SizedReaderAtRuss Cox
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
2016-04-12io: document WriteString calls Write exactly onceDan Peterson
2016-04-08io: change the name of ReadAtSizer to SizedReaderAtRob Pike
2016-04-06io: add ReadAtSizer interfaceBrad Fitzpatrick
2016-04-05io: define SeekStart, SeekCurrent, SeekEnd constants for use with SeekerEric Lagergren
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2015-10-06io: simplify documentation for ByteReaderJoe Tsai
2015-10-06io: clarify documentation for SeekerJoe Tsai
2015-06-29io: tweak Reader commentRuss Cox
2015-05-29io: minor improvements to doc comment on WriteString.David Symonds
2015-04-15io: add CopyBuffer, a version of Copy in which the user provides a bufferRob Pike
2015-04-08io: clarify Copy docs regarding error handlingPéter Surányi
2014-09-16io: clarify Reader returning 0, nilRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox