1
0
mirror of https://github.com/golang/go synced 2024-11-07 14:36:17 -07:00
go/src/io
Rob Pike 65bd07611c io: add a comment about how to turn a Reader into ByteReader
Offered as an alternative to CL 221380, which was more
tutorial than necessary.

Update #37344

Change-Id: Ide673b0b97983c2c2319a9311dc3d0a10567e6c4
Reviewed-on: https://go-review.googlesource.com/c/go/+/223097
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2020-03-12 01:31:41 +00:00
..
ioutil io/ioutil: reject path separators in TempDir, TempFile pattern 2020-02-26 23:27:55 +00:00
example_test.go io: show ErrUnexpectedEOF in ExampleReadAtLeast 2019-12-27 06:01:32 +00:00
io_test.go io: check n in testReadAtLeast 2020-02-21 18:36:11 +00:00
io.go io: add a comment about how to turn a Reader into ByteReader 2020-03-12 01:31:41 +00:00
multi_test.go all: fix a number of misuses of the word "an" 2019-12-10 16:23:10 +00:00
multi.go
pipe_test.go
pipe.go