# mitchellh-iochan **Repository Path**: mirrors_back/mitchellh-iochan ## Basic Information - **Project Name**: mitchellh-iochan - **Description**: mirrors of https://github.com/mitchellh/iochan - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-01 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```