Categorygithub.com/mitchellh/iochan
modulepackage
1.0.0
Repository: https://github.com/mitchellh/iochan.git
Documentation: pkg.go.dev

# 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

# Functions

DelimReader takes an io.Reader and produces the contents of the reader on the returned channel.