]> Cypherpunks repositories - gostls13.git/commit
bufio: WriteRune
authorRob Pike <r@golang.org>
Fri, 5 Mar 2010 22:03:17 +0000 (14:03 -0800)
committerRob Pike <r@golang.org>
Fri, 5 Mar 2010 22:03:17 +0000 (14:03 -0800)
commit8c9944d8c8050bc616c0d32366a6ea25e24a5b4b
tree31f1553eb852367a97ac869c7ce0a32305f0651e
parent308064fc5975836596d89d34046947f2e8261eb4
bufio: WriteRune
also fix a printing error in the test for bytes.Buffer

R=golang-dev
CC=golang-dev
https://golang.org/cl/240042
src/pkg/bufio/bufio.go
src/pkg/bufio/bufio_test.go
src/pkg/bytes/buffer_test.go