go/src/bufio
Ian Lance Taylor 1e721cfc43 bufio: clarify SplitFunc docs for nil token
Fixes #25472

Change-Id: Idb72ed06a3dc43c49ab984a80f8885352b036465
Reviewed-on: https://go-review.googlesource.com/118695
Reviewed-by: Rob Pike <r@golang.org>
2018-06-13 21:43:06 +00:00
..
bufio.go bufio: document ReadFrom/WriteTo calls to underlying methods 2018-03-28 22:21:52 +00:00
bufio_test.go bufio: add Reader.Size and Writer.Size accessors 2017-11-02 17:17:44 +00:00
example_test.go bufio: fix scanning with a final empty token. 2015-09-25 21:46:13 +00:00
export_test.go bufio: add Reader.Size and Writer.Size accessors 2017-11-02 17:17:44 +00:00
scan.go bufio: clarify SplitFunc docs for nil token 2018-06-13 21:43:06 +00:00
scan_test.go all: remove redundant returns 2017-04-19 20:03:51 +00:00