1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:24:41 -07:00
go/src/bufio
Ian Lance Taylor d1d9ad583d bufio: fix ExampleScanner_Bytes comment, add error check
Followup to CL 51412.

Change-Id: Ic83c833e2c571cd7c8293d998ff745f181037a61
Reviewed-on: https://go-review.googlesource.com/c/go/+/183657
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2019-06-25 00:29:24 +00:00
..
bufio_test.go bufio: Reader.Read may return io.EOF even when it has data buffered 2019-06-20 20:04:54 +00:00
bufio.go bufio: Reader.Read may return io.EOF even when it has data buffered 2019-06-20 20:04:54 +00:00
example_test.go bufio: fix ExampleScanner_Bytes comment, add error check 2019-06-25 00:29:24 +00:00
export_test.go bufio: add Reader.Size and Writer.Size accessors 2017-11-02 17:17:44 +00:00
scan_test.go
scan.go bufio: Fix typo in scan.go documentation 2019-05-23 13:55:55 +00:00