]> Cypherpunks repositories - gostls13.git/commit
io: add a comment about how to turn a Reader into ByteReader
authorRob Pike <r@golang.org>
Thu, 12 Mar 2020 00:25:39 +0000 (11:25 +1100)
committerRob Pike <r@golang.org>
Thu, 12 Mar 2020 01:31:41 +0000 (01:31 +0000)
commit65bd07611c95d66c60eca57932714e6bd0059c54
treee943a5f274861340896db5ef0bfdce2e34fa6539
parent67d93cfd35417eb97e967c992e5e567207936222
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>
src/io/io.go