1
0
mirror of https://github.com/golang/go synced 2024-11-05 22:56:11 -07:00
go/src/bufio
Ian Lance Taylor 99f1bf54eb bufio: clarify io.EOF behavior of Reader.Read
Fixes #52577

Change-Id: Idaff2604979f9a9c1c7d3140c8a5d218fcd27a56
Reviewed-on: https://go-review.googlesource.com/c/go/+/403594
Reviewed-by: Joseph Tsai <joetsai@digital-static.net>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
2022-05-02 21:34:37 +00:00
..
bufio_test.go bufio: implement large write forwarding in Writer.WriteString 2022-04-21 23:41:03 +00:00
bufio.go bufio: clarify io.EOF behavior of Reader.Read 2022-05-02 21:34:37 +00:00
example_test.go bufio: add Writer.AvailableBuffer 2021-09-12 01:06:53 +00:00
export_test.go bufio: add Reader.Size and Writer.Size accessors 2017-11-02 17:17:44 +00:00
scan_test.go bufio: test for exact error value in TestNegativeEOFReader and TestLargeReader 2020-06-17 14:47:32 +00:00
scan.go all: remove trailing blank doc comment lines 2022-04-01 18:18:07 +00:00