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

Changelog

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

  * New upstream release
  * debian/control: use dh13
  * debian/control: bump standard to 4.6.0 (no changes)
  * debian/control: package does not build with gcc-go, so depend on
                    golang-go instead of golang-any (Closes: #990081)
  * reverse dependencies successfully built with ratt:
    - nothing todo for this package

 -- Thorsten Alteholz <email address hidden>  Tue, 07 Sep 2021 19:37:09 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-uber-goleak_1.1.10-1.dsc 2.3 KiB ebfc500bc7addefe6a72d3181e4744a3f0c6a56f1a16dbcca3550921f910f9cb
golang-uber-goleak_1.1.10.orig.tar.gz 11.8 KiB 99ccfd2270aebb09e5c1693094d1da5f47be09689fd515b623657f75e6dc2c40
golang-uber-goleak_1.1.10-1.debian.tar.xz 2.6 KiB 5af63bbf6269e6af64e6ab09241638d50e4563e470719312c0646d873b19a8bc

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.