]> Cypherpunks.ru repositories - gostls13.git/commit
bufio: add Reader.Size and Writer.Size accessors
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 1 Nov 2017 19:00:05 +0000 (19:00 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 2 Nov 2017 17:17:44 +0000 (17:17 +0000)
commit6128ff84f1106af4944f50f74070566e87f2cb35
tree19f4190f9b21681e268988d41a475a9eef01904b
parent2da1446bb11cdfaac1f86d7c2134c36487dd2d66
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>
src/bufio/bufio.go
src/bufio/bufio_test.go
src/bufio/export_test.go