]> Cypherpunks repositories - gostls13.git/commit
bytes: document that Buffer.Write grows the buffer
authorRob Pike <r@golang.org>
Fri, 29 Mar 2013 21:09:31 +0000 (14:09 -0700)
committerRob Pike <r@golang.org>
Fri, 29 Mar 2013 21:09:31 +0000 (14:09 -0700)
commit0359af4fdb5cd27fc9dd7b6689149cd00cbf55a1
treea54b926a03c73562d169114b0ac4064922bd6161
parentecdcec1df2c06754ab39fb8d8154a7977fbd11f6
bytes: document that Buffer.Write grows the buffer
Do a little reformatting too.
Fixes #5152.

R=golang-dev, bradfitz, gri
CC=golang-dev
https://golang.org/cl/8157044
src/pkg/bytes/buffer.go