1
0
mirror of https://github.com/golang/go synced 2024-11-19 12:14:42 -07:00
go/src/bufio
Ian Lance Taylor c53ff2818a bufio: document ReadFrom/WriteTo calls to underlying methods
In general use of these magic methods must be documented so that
users understand what will happen.

Fixes #23289

Change-Id: Ic46915eee1d3b7e57d8d1886834ddfb2e8e66e62
Reviewed-on: https://go-review.googlesource.com/103238
Reviewed-by: Rob Pike <r@golang.org>
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
bufio.go bufio: document ReadFrom/WriteTo calls to underlying methods 2018-03-28 22:21:52 +00:00
example_test.go
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: Use maxConsecutiveEmptyReads instead of 100 2017-11-14 05:21:00 +00:00