1
0
mirror of https://github.com/golang/go synced 2024-11-19 18:54:41 -07:00
go/src/io
Agniva De Sarker 665af046c2 io: document that ReadAtLeast and ReadFull can drop errors
Add a note that if an error is returned after having read
at least the minimum no. of bytes, the error is set to nil.

Fixes #20477

Change-Id: I75ba5ee967be3ff80249e40d459da4afeeb53463
Reviewed-on: https://go-review.googlesource.com/102459
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-03-26 17:38:36 +00:00
..
ioutil
example_test.go
io_test.go io: eliminate full copy of copy loop in CopyN 2017-11-16 02:24:37 +00:00
io.go io: document that ReadAtLeast and ReadFull can drop errors 2018-03-26 17:38:36 +00:00
multi_test.go io: document and test MultiWriter error behavior 2017-11-15 21:27:42 +00:00
multi.go io: document and test MultiWriter error behavior 2017-11-15 21:27:42 +00:00
pipe_test.go io: fix Pipe regression with differing error types 2017-11-02 23:05:53 +00:00
pipe.go io: fix Pipe regression with differing error types 2017-11-02 23:05:53 +00:00