]> Cypherpunks repositories - gostls13.git/commit
bytes: fix bugs in buffer.ReadBytes
authorEvan Shaw <chickencha@gmail.com>
Fri, 11 Feb 2011 17:39:18 +0000 (12:39 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 11 Feb 2011 17:39:18 +0000 (12:39 -0500)
commitbbfad5f1cc5b8480ac41a3df7c98b5267c1a3327
tree13b2a2b16dbdb3c177cb22379a835b18dad8b2d4
parent4ee90b764e4e652b10f629810bf6a78d346f4200
bytes: fix bugs in buffer.ReadBytes

Fixes #1498.

R=golang-dev, mattn, r, rsc
CC=golang-dev
https://golang.org/cl/4140041
src/pkg/bytes/buffer.go
src/pkg/bytes/buffer_test.go