1
0
mirror of https://github.com/golang/go synced 2024-10-03 03:01:21 -06:00
go/src/bufio
Brad Fitzpatrick 6128ff84f1 bufio: add Reader.Size and Writer.Size accessors
Fixes #21343

Change-Id: I3582fced902592fe12bfa29acf7b40b6e5e554a7
Reviewed-on: https://go-review.googlesource.com/75150
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
2017-11-02 17:17:44 +00:00
..
bufio_test.go bufio: add Reader.Size and Writer.Size accessors 2017-11-02 17:17:44 +00:00
bufio.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_test.go all: remove redundant returns 2017-04-19 20:03:51 +00:00
scan.go bufio: remove unnecessary "continue" 2016-10-24 14:49:44 +00:00