]> Cypherpunks repositories - gostls13.git/commit
bytes: fix UnreadByte failure after ReadBytes
authorStéphane Travostino <stephane.travostino@gmail.com>
Fri, 11 Jan 2013 06:02:21 +0000 (17:02 +1100)
committerDave Cheney <dave@cheney.net>
Fri, 11 Jan 2013 06:02:21 +0000 (17:02 +1100)
commit53e342f64805e0a2e750585e361d50d163616c9b
tree982b63186b2d7faf0a3c097789242ca2b83b34b4
parent9ae7f340845f3cffd53859577644aa0099798cc4
bytes: fix UnreadByte failure after ReadBytes

Fixes #4583.

R=golang-dev, minux.ma, bradfitz, rsc, dave
CC=golang-dev
https://golang.org/cl/6976050
src/pkg/bytes/buffer.go
src/pkg/bytes/buffer_test.go