packer-cn/vendor/github.com/mitchellh/iochan
Megan Marsh 1287fcfa27 add iochan by mitchell to modules 2019-04-26 16:23:33 -07:00
..
LICENSE.md add iochan by mitchell to modules 2019-04-26 16:23:33 -07:00
README.md add iochan by mitchell to modules 2019-04-26 16:23:33 -07:00
go.mod add iochan by mitchell to modules 2019-04-26 16:23:33 -07:00
iochan.go add iochan by mitchell to modules 2019-04-26 16:23:33 -07: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