aboutsummaryrefslogtreecommitdiff
path: root/src/io/io_test.go
AgeCommit message (Expand)Author
2020-10-16io: unexport ErrBadWriteCountRuss Cox
2020-10-13io: add ErrBadWriteCountTao Qingyun
2020-02-21io: check n in testReadAtLeastDavor Kapsa
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2017-11-16io: eliminate full copy of copy loop in CopyNRuss Cox
2017-09-20io: Add benchmarks for CopyNAlbert Nigmatzianov
2016-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai
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-08build: move package sources from src/pkg to srcRuss Cox