golang-github-fortytw2-leaktest 1.3.0-1.1 source package in Ubuntu

Changelog

golang-github-fortytw2-leaktest (1.3.0-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 08 Jan 2021 14:59:54 +0100

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
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-fortytw2-leaktest_1.3.0-1.1.dsc 2.3 KiB 9b434650bf32a75bb993708b4087ee3999fb9212d2bf5092dd8c9eed65ccc10d
golang-github-fortytw2-leaktest_1.3.0.orig.tar.gz 5.2 KiB 897726ed584a7c442eb660406e3438d4585b00c5f3769360eb19b18cace35292
golang-github-fortytw2-leaktest_1.3.0-1.1.debian.tar.xz 2.9 KiB cada81735532ef3ffbebe59348f289d86e1fe6da8736395c2b313b943fb83b00

Available diffs

No changes file available.

Binary packages built by this source

golang-github-fortytw2-leaktest-dev: Goroutine Leak Detector

 Refactored, tested variant of the goroutine leak detector found in both
 net/http tests and the cockroachdb source tree.
 .
 Takes a snapshot of running goroutines at the start of a test, and at the
 end -- compares the two and voila. Ignores runtime/sys goroutines.