[ 原始碼: 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.