An open API service indexing awesome lists of open source software.

https://github.com/mitchellh/iochan

A Go library for turning `io.Reader` into channels.
https://github.com/mitchellh/iochan

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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