golang-gopkg-tomb.v1 0.0~git20141024.0.dd63297-6 source package in Ubuntu
Changelog
golang-gopkg-tomb.v1 (0.0~git20141024.0.dd63297-6) unstable; urgency=medium * Team upload. * Removed myself from uploaders. -- Alexandre Viau <email address hidden> Sun, 15 Sep 2019 19:18:06 -0400
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-6.dsc | 2.2 KiB | cb0b873cc340a89332d5e90f70dcef32226a3521a7e1ee4930da8ad4a1a73d9f |
golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297.orig.tar.bz2 | 3.6 KiB | 979e709d5db6d1d199effef5a3b0960b7f027e3b7465ac6c300131dffcbe845a |
golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-6.debian.tar.xz | 2.7 KiB | 6885030aca3eb7fd106d258936cfa1887e824ea0f091a408b1c42f2fd292132f |
Available diffs
No changes file available.
Binary packages built by this source
- golang-gopkg-tomb.v1-dev: API to track the lifecyle of Golang goroutines, and provide clean termination
Conventional API for clean goroutine termination. A Tomb tracks the
lifecycle of a goroutine as alive, dying or dead, and the reason for
its death.