You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/vendor/github.com/mitchellh/iochan
Chris Bednarski 8a53385cbc
Revert "Remove a bunch of unused dependencies (godep v54+ required)"
10 years ago
..
LICENSE.md Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
README.md Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago
iochan.go Revert "Remove a bunch of unused dependencies (godep v54+ required)" 10 years ago

README.md

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