Skip to content

mitchellh/iochan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages