jason 075d766964 first | il y a 3 ans | |
---|---|---|
.. | ||
LICENSE.md | il y a 3 ans | |
README.md | il y a 3 ans | |
go.mod | il y a 3 ans | |
iochan.go | il y a 3 ans | |
iochan_test.go | il y a 3 ans |
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.
Standard go get
:
$ go get github.com/mitchellh/iochan