1
0
mirror of https://github.com/golang/go synced 2024-11-18 16:44:43 -07:00
go/src/bufio
Matt Layher d166a369a8 bufio: remove redundant Writer.flush method
Fixes #17232

Change-Id: I34df86f79b643dce9f054c6df6782e6037c06910
Reviewed-on: https://go-review.googlesource.com/30158
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2016-10-01 15:46:15 +00:00
..
bufio_test.go all: use SeekStart, SeekCurrent, SeekEnd 2016-05-06 00:10:41 +00:00
bufio.go bufio: remove redundant Writer.flush method 2016-10-01 15:46:15 +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