summaryrefslogtreecommitdiff
path: root/src/io
Commit message (Expand)AuthorAgeFilesLines
* io/ioutil: add example for ReadFileVitor De Mario2017-07-152-0/+13
* io: Add example to io.Seeker's Seek() method.Greg Poirier2017-07-151-0/+22
* io: clarify documentation for io.ByteReader on error valuessmasher1642017-06-291-1/+3
* io: correctly compute call depth in testDavid Lazar2017-04-181-2/+15
* io/ioutil: make TestTempFile more robustMostyn Bramley-Moore2017-04-171-3/+10
* io: fix test when MultiReader is inlined with -l=3David Lazar2017-02-021-2/+5
* io: fix PipeWriter.Close to wake up WritesKirill Smelkov2016-12-212-0/+13
* io: update documentation on LimitedReaderJoe Tsai2016-12-091-0/+1
* io: fix MultiReader panic on nil reader.Joe Tsai2016-12-082-2/+34
* io: clarify Pipe docsRuss Cox2016-10-181-6/+12
* io: simplified a small part of copyBufferAnmol Sethi2016-10-091-4/+3
* all: use sort.Slice where applicableBrad Fitzpatrick2016-10-041-8/+1
* io/ioutil: return better error when TempDir called with non-extant dirBrad Fitzpatrick2016-09-082-0/+21
* io: add test that MultiReader zeros exhausted ReadersBrad Fitzpatrick2016-09-081-0/+30
* io: make MultiReader nil exhausted Readers for earlier GCBrad Fitzpatrick2016-09-051-0/+1
* io: fix comment in testBrad Fitzpatrick2016-08-221-1/+1
* io: fix infinite loop bug in MultiReaderBrad Fitzpatrick2016-08-192-4/+43
* io: use SeekStart, SeekCurrent, and SeekEnd in io.Seeker documentationJoe Tsai2016-05-291-4/+6
* io: remove SizedReaderAtRuss Cox2016-05-241-10/+0
* io: make chained multiReader Read more efficientandrew werner2016-05-162-0/+39
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-063-6/+6
* 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: delete dead non-test codeDominik Honnef2016-03-251-5/+0
* all: single space after period.Brad Fitzpatrick2016-03-024-18/+18
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-012-2/+2
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-1/+1
* io/ioutil: add examples to functionsCarlos C2015-11-301-0/+71
* io: add examples to functionsCarlos C2015-11-301-0/+223
* io: simplify documentation for ByteReaderJoe Tsai2015-10-061-1/+0
* io: clarify documentation for SeekerJoe Tsai2015-10-061-6/+6
* io: add WriteString support to MultiWriterBrad Fitzpatrick2015-09-012-1/+76
* io/ioutil: clarify docs for ReadDir sort order.Nigel Tao2015-09-011-1/+1
* 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-152-5/+43
* io/ioutil: fix locking of the tempfile random stateMarius Nuennerich2015-04-141-0/+4
* io: clarify Copy docs regarding error handlingPéter Surányi2015-04-082-2/+31
* io: clarify the behavior of PipeWriter.CloseWithError(nil).Aaron Jacobs2015-03-301-1/+4
* io: clarify Reader returning 0, nilRuss Cox2014-09-161-2/+5
* build: move package sources from src/pkg to srcRuss Cox2014-09-0810-0/+1919