]> Cypherpunks repositories - gostls13.git/commit
Add ReadRune and WriteRune to bytes.Buffer
authorRob Pike <r@golang.org>
Fri, 5 Mar 2010 19:34:53 +0000 (11:34 -0800)
committerRob Pike <r@golang.org>
Fri, 5 Mar 2010 19:34:53 +0000 (11:34 -0800)
commit0ac5ef70db410a219eeb46fd9c45205df6a3e2f6
tree3408567e875daba1e62f3cc985f71fa06d278b89
parent4b22e1bdb656e8d3e337ea6e57deadede4a9db10
Add ReadRune and WriteRune to bytes.Buffer

The comments mention bufio's WriteRune, which should come next.

R=rsc
CC=golang-dev
https://golang.org/cl/245041
src/pkg/bytes/buffer.go
src/pkg/bytes/buffer_test.go