1
0
mirror of https://github.com/golang/go synced 2024-09-30 04:34:33 -06:00
go/src/bufio
Agniva De Sarker 5126feadd6 bufio: fix emptyFinalToken example to handle multiple Reads
Fixes #25909

Change-Id: I9a53a1a06aab5d1877a8e9b1b8b782d77d6027a8
Reviewed-on: https://go-review.googlesource.com/c/157758
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-03-02 18:28:10 +00:00
..
bufio_test.go bufio: make Reader.Peek invalidate Unreads 2018-11-13 15:08:13 +00:00
bufio.go bufio: document relationship between UnreadByte/UnreadRune and Peek 2019-01-08 23:47:27 +00:00
example_test.go bufio: fix emptyFinalToken example to handle multiple Reads 2019-03-02 18:28:10 +00:00
export_test.go
scan_test.go
scan.go