golang-github-fortytw2-leaktest 1.1.0-1 source package in Ubuntu

Changelog

golang-github-fortytw2-leaktest (1.1.0-1) unstable; urgency=medium

  * New upstream release.
  * Add debian/watch file.
  * Bump Standards-Version to 4.0.0:
    Use https form of the copyright-format URL in debian/copyright.
  * Add myself to the list of Uploaders.

 -- Anthony Fok <email address hidden>  Sun, 09 Jul 2017 05:11:31 -0600

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
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-fortytw2-leaktest_1.1.0-1.dsc 2.2 KiB 110bc572d0ea957e57f4fc26e3d0b287e53ef6ca2219faffb2854c6fefc56a06
golang-github-fortytw2-leaktest_1.1.0.orig.tar.gz 3.6 KiB 5c057bb1fa4abf57b67eb7d2506aee3ddc21bb44ed03cacb7a1a834298462c46
golang-github-fortytw2-leaktest_1.1.0-1.debian.tar.xz 2.1 KiB 6cd6ce98753b23e9279057a6ebdf2ebc7779cdc4e21a5f66bad49b46c31004b2

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.