]> Cypherpunks repositories - gostls13.git/commit
io: document and test new CopyN return behavior
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Feb 2013 21:52:00 +0000 (13:52 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 13 Feb 2013 21:52:00 +0000 (13:52 -0800)
commitd6331b447fea50eca7ea6bd06370d0e028bdfdbf
tree51b8ae70aa3a8d440850164f1ebcb14044b8fb82
parenta3855013a24c79b571f672fc031b78816802c3a3
io: document and test new CopyN return behavior

Changed accidentally in 28966b7b2f0c (CopyN using Copy).
Updating docs to be consistent with 29bf5ff5064e (ReadFull & ReadAtLeast)

R=rsc
CC=golang-dev
https://golang.org/cl/7314069
src/pkg/io/io.go
src/pkg/io/io_test.go