iochan

A Go library for turning `io.Reader` into channels.

MIT License

Stars
44
Committers
1

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
Package Rankings
Top 2.75% on Proxy.golang.org