summaryrefslogtreecommitdiff
path: root/src/io/io.go
Commit message (Expand)AuthorAgeFilesLines
* io: fix spelling in documentation for io.DiscardSimão Gomes Viana2021-03-231-1/+1
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-1/+1
* io: adopt Discard, NopCloser, ReadAll from io/ioutilRuss Cox2020-10-201-4/+80
* io: unexport ErrBadWriteCountRuss Cox2020-10-161-4/+4
* io: add a new ReadSeekCloser interfaceMohamed Attahri2020-10-141-0/+8
* io: add ErrBadWriteCountTao Qingyun2020-10-131-2/+9
* io: make clear that EOF should not be wrappedRuss Cox2020-10-011-0/+2
* io: add a comment about how to turn a Reader into ByteReaderRob Pike2020-03-121-0/+4
* io: make CopyBuffer docs state when buf is not usedsandyskies2019-10-211-0/+3
* io: export StringWriterDaniel Martí2018-10-031-4/+4
* io: calculate buffer size only when neededAuthor Name2018-05-061-8/+8
* io: document that ReadAtLeast and ReadFull can drop errorsAgniva De Sarker2018-03-261-0/+2
* io: eliminate full copy of copy loop in CopyNRuss Cox2017-11-161-51/+10
* io: Improve performance of CopyNAlbert Nigmatzianov2017-09-201-1/+50
* io: clarify documentation for io.ByteReader on error valuessmasher1642017-06-291-1/+3
* io: update documentation on LimitedReaderJoe Tsai2016-12-091-0/+1
* io: simplified a small part of copyBufferAnmol Sethi2016-10-091-4/+3
* io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentationJoe Tsai2016-05-291-4/+6
* io: remove SizedReaderAtRuss Cox2016-05-241-10/+0
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-061-3/+3
* io: document WriteString calls Write exactly onceDan Peterson2016-04-121-0/+1
* io: change the name of ReadAtSizer to SizedReaderAtRob Pike2016-04-081-3/+4
* io: add ReadAtSizer interfaceBrad Fitzpatrick2016-04-061-0/+9
* io: define SeekStart, SeekCurrent, SeekEnd constants for use with SeekerEric Lagergren2016-04-051-0/+7
* all: single space after period.Brad Fitzpatrick2016-03-021-11/+11
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-1/+1
* io: simplify documentation for ByteReaderJoe Tsai2015-10-061-1/+0
* io: clarify documentation for SeekerJoe Tsai2015-10-061-6/+6
* io: tweak Reader commentRuss Cox2015-06-291-1/+1
* io: minor improvements to doc comment on WriteString.David Symonds2015-05-291-2/+2
* io: add CopyBuffer, a version of Copy in which the user provides a bufferRob Pike2015-04-151-4/+22
* io: clarify Copy docs regarding error handlingPéter Surányi2015-04-081-2/+3
* io: clarify Reader returning 0, nilRuss Cox2014-09-161-2/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+499