You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iochan is a Go library for treating io readers and writers like channels.
This is useful when sometimes you wish to use io.Reader and such in select
statements.
Installation
Standard go get:
$ go get github.com/mitchellh/iochan
About
A Go library for turning `io.Reader` into channels.