]> Cypherpunks repositories - gostls13.git/commit
bufio: mention that panic at slicing means underlying reader is broken
authorKeith Randall <khr@golang.org>
Fri, 26 Nov 2021 15:36:09 +0000 (07:36 -0800)
committerKeith Randall <khr@golang.org>
Fri, 26 Nov 2021 22:36:21 +0000 (22:36 +0000)
commit1d47a1184a4718a34ab1df4d9bf05a284aba4c70
tree8d57b0dc4cbfe220a70d4be5851e8ec9aaac22a4
parentbf88adadac9bbb1b190ba7af1010373823dabb06
bufio: mention that panic at slicing means underlying reader is broken

Fixes #49795

Change-Id: I2b4fd14f0ed36b643522559bebf5ce52b1d7b304
Reviewed-on: https://go-review.googlesource.com/c/go/+/367214
Trust: Keith Randall <khr@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/bufio/bufio.go