packer-cn/vendor/github.com/mitchellh/iochan
Adrien Delorme 2a90ce6178 packer communicator: use iochan.LineReader instead of iochan.LineReader(in)
* as it's the recommended way
2019-04-08 20:09:21 +02:00
..
LICENSE.md Revert "Remove a bunch of unused dependencies (godep v54+ required)" 2016-02-22 11:44:12 -08:00
README.md Revert "Remove a bunch of unused dependencies (godep v54+ required)" 2016-02-22 11:44:12 -08:00
go.mod packer communicator: use iochan.LineReader instead of iochan.LineReader(in) 2019-04-08 20:09:21 +02:00
iochan.go packer communicator: use iochan.LineReader instead of iochan.LineReader(in) 2019-04-08 20:09:21 +02: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