]> Cypherpunks repositories - gostls13.git/commit
io: make clear that EOF should not be wrapped
authorRuss Cox <rsc@golang.org>
Wed, 30 Sep 2020 19:48:14 +0000 (15:48 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 1 Oct 2020 12:44:21 +0000 (12:44 +0000)
commit9b1518aeda297f87d6d06218ddb744c71fefb80d
treec907b7d8dde062ec088ef60424a541024b5ef5cb
parentb8ec1d5f49ec5f9350f2b0bd99560e4aadfcb70c
io: make clear that EOF should not be wrapped

For #40827.

Change-Id: Ifd108421abd8d0988dd7b985e4f9e2bd5356964a
Reviewed-on: https://go-review.googlesource.com/c/go/+/258524
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
src/io/io.go