]> Cypherpunks repositories - gostls13.git/commit
Publish types PipeReader and PipeWriter
authorRuss Cox <rsc@golang.org>
Sun, 7 Jun 2009 04:51:05 +0000 (21:51 -0700)
committerRuss Cox <rsc@golang.org>
Sun, 7 Jun 2009 04:51:05 +0000 (21:51 -0700)
commit6defc25c8383ab326e8c11af0c78de8a394dca84
treec7c0b1bac0db565864aa8407a27e428998f06637
parent3c06bd6201e2364e50b568d0321be48e2b8dd6b9
Publish types PipeReader and PipeWriter
to expose new CloseWithError methods.

R=r
DELTA=161  (72 added, 15 deleted, 74 changed)
OCL=29980
CL=30003
src/lib/io/pipe.go
src/lib/io/pipe_test.go