Skip to content

Exposing PipeReader & PipeWriter

Compare
Choose a tag to compare
@djherbis djherbis released this 29 Mar 03:32
· 25 commits to master since this release

Now PipeReader and PipeWriter are exposed like in io.Pipe() and CloseWithError is accessible.

Thanks to @FiloSottile for the change.