jason 075d766964 first | 3 年之前 | |
---|---|---|
.. | ||
LICENSE.md | 3 年之前 | |
README.md | 3 年之前 | |
go.mod | 3 年之前 | |
iochan.go | 3 年之前 | |
iochan_test.go | 3 年之前 |
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