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

Changelog

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

  * Team upload
  * New upstream release

 -- Mathias Gibbens <email address hidden>  Sat, 18 Nov 2023 13:27:52 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-uber-goleak_1.3.0-1.dsc 2.1 KiB 070be04531c72c7d363ad34de50f31b4c3e6d986a7b247bd7a7e2cf513ba9843
golang-uber-goleak_1.3.0.orig.tar.gz 19.6 KiB 690c826a6b7aa42ccd71bca40521214a0090fc80706a8ee7e6b1fa551070037b
golang-uber-goleak_1.3.0-1.debian.tar.xz 2.6 KiB d3f1e1755b4c6a46198f743687f4000884567f1f3476c8a55ff8553b082e1635

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.