1
0
mirror of https://github.com/golang/go synced 2024-09-30 19:28:32 -06:00
go/src/bufio
Russ Cox 0794dce072 bufio: read from underlying reader at most once in Read
Fixes #17059.

Change-Id: I5c7ee46604399f7dc3c3c49f964cbb1aa6c0d621
Reviewed-on: https://go-review.googlesource.com/31320
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-10-18 12:56:55 +00:00
..
bufio_test.go bufio: read from underlying reader at most once in Read 2016-10-18 12:56:55 +00:00
bufio.go bufio: read from underlying reader at most once in Read 2016-10-18 12:56:55 +00:00
example_test.go bufio: fix scanning with a final empty token. 2015-09-25 21:46:13 +00:00
export_test.go
scan_test.go all: delete dead test code 2016-03-21 07:10:08 +00:00
scan.go bufio: fix scanning with a final empty token. 2015-09-25 21:46:13 +00:00