golang-gopkg-tomb.v1 0.0~git20141024.0.dd63297-5 source package in Ubuntu
Changelog
golang-gopkg-tomb.v1 (0.0~git20141024.0.dd63297-5) unstable; urgency=medium * Team upload. * Vcs-* urls: pkg-go-team -> go-team. -- Alexandre Viau <email address hidden> Mon, 05 Feb 2018 23:09:14 -0500
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 | |
---|---|---|---|---|
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-gopkg-tomb.v1_0.0~git20141024.0.dd63297-5.dsc | 2.2 KiB | f83e445344fe9201a11ccde1d21051bcb9e9f175c83014082ef74b620b55a10f |
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-5.debian.tar.xz | 2.1 KiB | d210dd93dad6a7567cf3a24ac32d1a54520f4121bee06f13b21a6a809d44d1e1 |
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.