golang-github-mitchellh-iochan 1.0.0-3 source package in Ubuntu

Changelog

golang-github-mitchellh-iochan (1.0.0-3) unstable; urgency=medium

  * Update Standards-Version to 4.6.0 (no changes)
  * Update Section to golang

 -- Shengjing Zhu <email address hidden>  Tue, 12 Oct 2021 22:42:30 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-mitchellh-iochan_1.0.0-3.dsc 1.6 KiB 800580c85d03d6cc76eb1b84740b213b530fd155273a53dfe36a447fc27f9f77
golang-github-mitchellh-iochan_1.0.0.orig.tar.gz 1.8 KiB 2a9d55fa9fcdfca4c9299b0500acd5a6ced203cff60f296a5f136cf78fce938b
golang-github-mitchellh-iochan_1.0.0-3.debian.tar.xz 3.0 KiB f71f994c552cfba4ae1e1dc7c244fff2cc2b94f192557a67ced370a56d42d6b2

Available diffs

No changes file available.

Binary packages built by this source

golang-github-mitchellh-iochan-dev: 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.