[ 源代码: golang-github-mitchellh-iochan ]
软件包:golang-github-mitchellh-iochan-dev(1.0.0-3)
golang-github-mitchellh-iochan-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-mitchellh-iochan:
- [golang-github-mitchellh-iochan_1.0.0-3.dsc]
- [golang-github-mitchellh-iochan_1.0.0.orig.tar.gz]
- [golang-github-mitchellh-iochan_1.0.0-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-shenwei356-xopen-dev
- golang-github-mitchellh-go-linereader-dev
- golang-github-mitchellh-prefixedio-dev
- golang-github-go-sql-driver-mysql-dev
- golang-github-jasonish-go-idsrules-dev
- golang-github-vincent-petithory-dataurl-dev
- golang-github-nkovacs-streamquote-dev
- golang-github-pierrec-lz4-dev
- libbiblio-rfid-perl
- golang-github-jszwec-csvutil-dev
- dataurl
Go library for turning `io.Reader` into channels
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.