1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src/bufio
Russ Cox 829425d3ce bufio: clarify Read docs
Or at least make them true.

Fixes #12237.

Change-Id: I3c92a07233b2174c5731d6fa7fbb9ca3a97beb6b
Reviewed-on: https://go-review.googlesource.com/17237
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-12-01 20:05:25 +00:00
..
bufio_test.go bufio: add Reader.Discard 2015-01-07 06:37:57 +00:00
bufio.go bufio: clarify Read docs 2015-12-01 20:05:25 +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 bufio: fix scanning with a final empty token. 2015-09-25 21:46:13 +00:00
scan.go bufio: fix scanning with a final empty token. 2015-09-25 21:46:13 +00:00