]> Cypherpunks repositories - gostls13.git/commit
io: API tweaks
authorRob Pike <r@golang.org>
Mon, 6 Feb 2012 04:09:50 +0000 (15:09 +1100)
committerRob Pike <r@golang.org>
Mon, 6 Feb 2012 04:09:50 +0000 (15:09 +1100)
commit929203acef30ff26bb645ce625a61336c9491235
treed9d7d99413db5ea1969cda4fa9d6bedd8ee23638
parentcb0de68a089fd2b05bcf87c4f487b30b96392b5e
io: API tweaks
- eliminate local Error type (a historical artifact)
- fix documentation of CopyN
- fix documentation of WriteString
Fixes #2859.

R=rsc, bradfitz
CC=golang-dev
https://golang.org/cl/5636046
src/pkg/io/io.go
src/pkg/io/pipe.go