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

Changelog

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

  * Team upload
  * New upstream release
  * Update Standards-Version to 4.6.2 in d/control (no changes needed)

 -- Mathias Gibbens <email address hidden>  Sat, 08 Jul 2023 00:30:47 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-uber-goleak_1.2.1-1.dsc 2.1 KiB bc07c67ae54bbfd3194ce009d8356fc6a7e3659a5bf3a7917ed375947ad8e995
golang-uber-goleak_1.2.1.orig.tar.gz 15.0 KiB 91303e6c7254c01f0e0665e1133c9cea14b858c7ecd0728dbf34f1f0155bc7b4
golang-uber-goleak_1.2.1-1.debian.tar.xz 2.6 KiB feba23d01dc16fa7fb76934e8843d544dfefc6f0a0aadac29e8b2697b4c57fef

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.