1
0
mirror of https://github.com/golang/go synced 2024-11-26 02:17:58 -07:00
go/src/bufio
Ian Lance Taylor 8c20584a82 bufio: document that NewWriter can return its argument
Fixes #49446

Change-Id: Ib0b53a7dd5d567a2dd0bdf29f53d276587b60afb
Reviewed-on: https://go-review.googlesource.com/c/go/+/361921
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
2021-11-09 20:06:10 +00:00
..
bufio_test.go bufio: fix typo in comment 2021-11-05 05:29:10 +00:00
bufio.go bufio: document that NewWriter can return its argument 2021-11-09 20:06:10 +00:00
example_test.go bufio: add Writer.AvailableBuffer 2021-09-12 01:06:53 +00:00
export_test.go
scan_test.go bufio: test for exact error value in TestNegativeEOFReader and TestLargeReader 2020-06-17 14:47:32 +00:00
scan.go bufio: mention ErrFinalToken in SplitFunc documentation 2021-04-30 19:34:38 +00:00