aboutsummaryrefslogtreecommitdiff
path: root/src/io/multi_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2019-02-26io: align style of test comments in multi_test.goDerek Phan
2017-11-15io: document and test MultiWriter error behaviorRuss Cox
2017-10-25io: flatten MultiWriter writersMichael Fraenkel
2017-04-18io: correctly compute call depth in testDavid Lazar
2017-02-02io: fix test when MultiReader is inlined with -l=3David Lazar
2016-12-08io: fix MultiReader panic on nil reader.Joe Tsai
2016-09-08io: add test that MultiReader zeros exhausted ReadersBrad Fitzpatrick
2016-08-22io: fix comment in testBrad Fitzpatrick
2016-08-19io: fix infinite loop bug in MultiReaderBrad Fitzpatrick
2016-05-16io: make chained multiReader Read more efficientandrew werner
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-09-01io: add WriteString support to MultiWriterBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox