golang-uber-goleak 1.2.0-1 source package in Ubuntu

Changelog

golang-uber-goleak (1.2.0-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Update Section to golang in d/control

 -- Mathias Gibbens <email address hidden>  Wed, 23 Nov 2022 13:08:10 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-uber-goleak_1.2.0-1.dsc 2.1 KiB 060cef9730fc5f3523bba42931ab6990bb94dc8a3d7d8dbcf48fd9173f0b8f15
golang-uber-goleak_1.2.0.orig.tar.gz 13.0 KiB 04c2cea8201f2a45933abc9d0e8541e9dc704a74851aebd825bce25622c55f3d
golang-uber-goleak_1.2.0-1.debian.tar.xz 2.5 KiB 755031b0bac40b85fb1f1ab6b6ea5655a0e758648a3183e77b7db00b342266bb

Available diffs

No changes file available.

Binary packages built by this source

golang-uber-goleak-dev: goroutine leak detector

 This package contains a leak detector library to help avoid
 Goroutine leaks.
 .
 goleak also supports semver releases. It is compatible with Go 1.5+.
 .
 Instead of checking for leaks at the end of every test, goleak can also
 be run at the end of every test package.