golang-github-mitchellh-iochan-dev

Go library for turning `io.reader` into channels
  https://github.com/mitchellh/iochan
  0
  no reviews



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.