summaryrefslogtreecommitdiff
path: root/src/bufio/export_test.go
Commit message (Collapse)AuthorAgeFilesLines
* bufio: add Reader.Size and Writer.Size accessorsBrad Fitzpatrick2017-11-021-0/+2
| | | | | | | | | | 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>
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+27
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.