golang-gopkg-tomb.v2 0.0~git20161208.d5d1b58-3 source package in Ubuntu

Changelog

golang-gopkg-tomb.v2 (0.0~git20161208.d5d1b58-3) unstable; urgency=medium

  * Team upload.
  * Vcs-* urls: pkg-go-team -> go-team.

 -- Alexandre Viau <email address hidden>  Mon, 05 Feb 2018 23:08:35 -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 Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-gopkg-tomb.v2_0.0~git20161208.d5d1b58-3.dsc 2.3 KiB 79ac3ba35642314ff61b6bb1f01f4cc998f5b54babed45c8bbc6ba6d14c3f268
golang-gopkg-tomb.v2_0.0~git20161208.d5d1b58.orig.tar.xz 4.9 KiB f812350c1d9dd50ddfcf9794b67e4a9b45e003b280c4ab6fa16a4b2bf20e897e
golang-gopkg-tomb.v2_0.0~git20161208.d5d1b58-3.debian.tar.xz 2.1 KiB c5625c4ca16f48960dd210bea38b9b5f42dc40fa78575fa38c384917f1455b25

No changes file available.

Binary packages built by this source

golang-gopkg-tomb.v2-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.