go/src/bufio
Keith Randall 1d47a1184a 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>
2021-11-26 22:36:21 +00:00
..
bufio.go bufio: mention that panic at slicing means underlying reader is broken 2021-11-26 22:36:21 +00:00
bufio_test.go bufio: fix typo in comment 2021-11-05 05:29:10 +00:00
example_test.go bufio: add Writer.AvailableBuffer 2021-09-12 01:06:53 +00:00
export_test.go
scan.go bufio: mention ErrFinalToken in SplitFunc documentation 2021-04-30 19:34:38 +00:00
scan_test.go bufio: test for exact error value in TestNegativeEOFReader and TestLargeReader 2020-06-17 14:47:32 +00:00