index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
io
/
io_test.go
Age
Commit message (
Expand
)
Author
2024-11-05
io: simplify tests by removing redundant statements
Oleksandr Redko
2023-10-09
io: add (*SectionReader).Outer()
Carlo Alberto Ferraris
2023-05-20
io: prevent seeking to position prior to offsetwrite.base
Jabar Asadi
2022-08-19
io: add OffsetWriter, NewOffsetWriter
hopehook
2022-05-03
io: NopCloser forward WriterTo implementations if the reader supports it
Jorropo
2021-09-27
io: avoid integer overflow in NewSectionReader
Ian Lance Taylor
2020-10-16
io: unexport ErrBadWriteCount
Russ Cox
2020-10-13
io: add ErrBadWriteCount
Tao Qingyun
2020-02-21
io: check n in testReadAtLeast
Davor Kapsa
2019-12-10
all: fix a number of misuses of the word "an"
Daniel Martí
2017-11-16
io: eliminate full copy of copy loop in CopyN
Russ Cox
2017-09-20
io: Add benchmarks for CopyN
Albert Nigmatzianov
2016-05-06
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2015-04-15
io: add CopyBuffer, a version of Copy in which the user provides a buffer
Rob Pike
2015-04-08
io: clarify Copy docs regarding error handling
Péter Surányi
2014-09-08
build: move package sources from src/pkg to src
Russ Cox