]> Cypherpunks repositories - gostls13.git/commit
bufio.UnreadRune: fix bug at EOF
authorRob Pike <r@golang.org>
Fri, 24 Sep 2010 02:28:14 +0000 (12:28 +1000)
committerRob Pike <r@golang.org>
Fri, 24 Sep 2010 02:28:14 +0000 (12:28 +1000)
commite439345dfd3c82a04fb334434276035cc59e00be
tree461b7e443b8359cac7f9e75997b16d556a6b3d8a
parent099d7b4d1d9d601e0f5b4f2be6f42ec8c5ee2e86
bufio.UnreadRune: fix bug at EOF
Fixes #1132.

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