b732f033bf
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.
3 lines
161 B
Text
3 lines
161 B
Text
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.
|