aboutsummaryrefslogtreecommitdiff
path: root/src/io/io_test.go
AgeCommit message (Expand)Author
2024-11-05io: simplify tests by removing redundant statementsOleksandr Redko
2023-10-09io: add (*SectionReader).Outer()Carlo Alberto Ferraris
2023-05-20io: prevent seeking to position prior to offsetwrite.baseJabar Asadi
2022-08-19io: add OffsetWriter, NewOffsetWriterhopehook
2022-05-03io: NopCloser forward WriterTo implementations if the reader supports itJorropo
2021-09-27io: avoid integer overflow in NewSectionReaderIan Lance Taylor
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