]> Cypherpunks repositories - gostls13.git/commit
bytes.Buffer: export the Grow method
authorRob Pike <r@golang.org>
Fri, 13 Jul 2012 03:52:19 +0000 (20:52 -0700)
committerRob Pike <r@golang.org>
Fri, 13 Jul 2012 03:52:19 +0000 (20:52 -0700)
commit1255a6302d83148d41f78b7c7b49cacad8139bdc
tree4b996ef960bb422aedd4d90a2b31186965b465f2
parent1ca7bc268bd78551cd668df9a45b36769cd0172d
bytes.Buffer: export the Grow method
Allows a client to pre-allocate buffer space that is known to be necessary,
avoiding expensive reallocations.

R=gri, gri, adg
CC=golang-dev
https://golang.org/cl/6392061
src/pkg/bytes/buffer.go
src/pkg/bytes/buffer_test.go