]> Cypherpunks repositories - gostls13.git/commit
io: reimplement Pipe
authorRuss Cox <rsc@golang.org>
Mon, 7 Mar 2011 15:37:28 +0000 (10:37 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 7 Mar 2011 15:37:28 +0000 (10:37 -0500)
commit6d6f3381ffa470e879cceec7ef926445ed86bc27
treee0c634973a5c652c79f4a5f2ecab07f673fe7bca
parentc7ef0fd26be0797e66db5987462921e7255b6351
io: reimplement Pipe

No known bugs in the current pipe,
but this one is simpler and easier to
understand.

R=iant
CC=golang-dev
https://golang.org/cl/4252057
src/pkg/io/pipe.go