]> Cypherpunks repositories - gostls13.git/commit
io: use SetFinalizer more elegantly in Pipe
authorChristopher Wedgwood <cw@f00f.org>
Fri, 5 Nov 2010 19:05:39 +0000 (15:05 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 5 Nov 2010 19:05:39 +0000 (15:05 -0400)
commit6101788972fedda42c13791bfac5ffa1218028ed
tree439cccf2b6b66e048e491c2fa4b45adc9ebaf9d8
parentc9d39dca8d9f4ad2bb644e095f5cea5486c1cd92
io: use SetFinalizer more elegantly in Pipe

(this works now that issue 751 is resolved)

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