mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -05:00
|
|
||
|---|---|---|
| .. | ||
| iochan.go | ||
| LICENSE.md | ||
| README.md | ||
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