]> Cypherpunks repositories - gostls13.git/commit
bufio: clarify io.EOF behavior of Reader.Read
authorIan Lance Taylor <iant@golang.org>
Mon, 2 May 2022 21:03:07 +0000 (14:03 -0700)
committerGopher Robot <gobot@golang.org>
Mon, 2 May 2022 21:34:37 +0000 (21:34 +0000)
commit99f1bf54eb502e123e60c605212a616146fbe86a
tree46d0d89e2d2fc9885a5a9ab2f0d82d0a975f8ea9
parenta887579976c0f581ca0eb52094b2c5c63893dcdf
bufio: clarify io.EOF behavior of Reader.Read

Fixes #52577

Change-Id: Idaff2604979f9a9c1c7d3140c8a5d218fcd27a56
Reviewed-on: https://go-review.googlesource.com/c/go/+/403594
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
src/bufio/bufio.go