packer-cn/vendor/github.com/mitchellh/iochan/README.md

14 lines
260 B
Markdown
Raw Normal View History

2019-04-26 19:22:53 -04:00
# iochan
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
```