]> Cypherpunks repositories - gostls13.git/commit
give bufio.Writer.WriteString the same signature as
authorRob Pike <r@golang.org>
Sat, 16 Jan 2010 02:06:50 +0000 (13:06 +1100)
committerRob Pike <r@golang.org>
Sat, 16 Jan 2010 02:06:50 +0000 (13:06 +1100)
commit11b459cba8723309c30d39b877b90d78feb8a482
tree65bab997acc28c7cf4a58a08dd31258d8816483d
parent32e2ae0b18682888e4119963e932e5fbd8a1f327
give bufio.Writer.WriteString the same signature as
bytes.Buffer.WriteString

Fixes #535.

R=rsc
CC=golang-dev
https://golang.org/cl/189096
src/pkg/bufio/bufio.go