Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 5454ff1fd029ac5c2982d8564a22e50c > files > 4

golang-mitchellh-iochan-0.20130604-2.mga4.x86_64.rpm

# 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
```