jason 075d766964 first | před 3 roky | |
---|---|---|
.. | ||
LICENSE.md | před 3 roky | |
README.md | před 3 roky | |
go.mod | před 3 roky | |
iochan.go | před 3 roky | |
iochan_test.go | před 3 roky |
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