]> Cypherpunks repositories - gostls13.git/commit
first cut at a string buffer.
authorRob Pike <r@golang.org>
Thu, 17 Sep 2009 06:32:17 +0000 (23:32 -0700)
committerRob Pike <r@golang.org>
Thu, 17 Sep 2009 06:32:17 +0000 (23:32 -0700)
commit229e97616324b8623eeb2b30bfdfed6637252b94
tree3c039b16d61b651a47372916cd92d37e4d7f91bf
parent0b7878a96ef3b4c8866401d5a94bc74caaeed370
first cut at a string buffer.
can be made more efficient but this is reasonable.

R=rsc
DELTA=363  (363 added, 0 deleted, 0 changed)
OCL=34720
CL=34720
src/pkg/strings/Makefile
src/pkg/strings/buffer.go [new file with mode: 0644]
src/pkg/strings/buffer_test.go [new file with mode: 0644]