terraform/vendor/github.com/mitchellh/iochan
Alvin Huang 7a471c0da7 adding gox to tools package 2020-06-17 10:59:28 -04:00
..
LICENSE.md adding gox to tools package 2020-06-17 10:59:28 -04:00
README.md adding gox to tools package 2020-06-17 10:59:28 -04:00
go.mod adding gox to tools package 2020-06-17 10:59:28 -04:00
iochan.go adding gox to tools package 2020-06-17 10:59:28 -04: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