]> Cypherpunks repositories - gostls13.git/commit
strings: make Reader.Read use copy instead of an explicit loop.
authorNigel Tao <nigeltao@golang.org>
Sun, 15 May 2011 20:14:10 +0000 (13:14 -0700)
committerNigel Tao <nigeltao@golang.org>
Sun, 15 May 2011 20:14:10 +0000 (13:14 -0700)
commit77d66f41314667226d2c385d7d3cfa6314e31919
tree84b64b135865fb84e9a69eb7c9653c339fa9cdb7
parentd49844bcce59409a88d889b3a5fdd7ca59f19c4e
strings: make Reader.Read use copy instead of an explicit loop.

R=r, bradfitz, r
CC=golang-dev
https://golang.org/cl/4529064
src/pkg/strings/reader.go