packer-cn/vendor/github.com/mitchellh/iochan
Chris Bednarski dbdb988634 Vendor all dependencies 2016-02-04 17:33:36 -08:00
..
LICENSE.md Vendor all dependencies 2016-02-04 17:33:36 -08:00
README.md Vendor all dependencies 2016-02-04 17:33:36 -08:00
iochan.go Vendor all dependencies 2016-02-04 17:33:36 -08:00

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