]> Cypherpunks repositories - gostls13.git/commit
bufio: make the minimum read buffer size 16 bytes.
authorRob Pike <r@golang.org>
Tue, 13 Dec 2011 23:07:17 +0000 (15:07 -0800)
committerRob Pike <r@golang.org>
Tue, 13 Dec 2011 23:07:17 +0000 (15:07 -0800)
commit64776da456682db445462e6d095de1b2b6652a8e
tree98ec84d36aa806ce9288484e05d405163cf49a02
parent5fe96c640a23eaac4d53d164e9a164e93b1414af
bufio: make the minimum read buffer size 16 bytes.

R=gri, rsc
CC=golang-dev
https://golang.org/cl/5485067
src/pkg/bufio/bufio.go
src/pkg/bufio/bufio_test.go