jason 075d766964 first 3 years ago
..
LICENSE.md 075d766964 first 3 years ago
README.md 075d766964 first 3 years ago
go.mod 075d766964 first 3 years ago
iochan.go 075d766964 first 3 years ago
iochan_test.go 075d766964 first 3 years ago

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