Sophie

Sophie

distrib > Mageia > 7 > aarch64 > by-pkgid > 141b7eacd1a0c4ecfd9213af01b6bf87 > files > 2

golang-mitchellh-iochan-0.20150530-2.mga7.noarch.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
```