1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: golang-uber-goleak
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-go,
golang-github-stretchr-testify-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-uber-goleak
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-uber-goleak.git
Homepage: https://github.com/uber-go/goleak
Rules-Requires-Root: no
XS-Go-Import-Path: go.uber.org/goleak
Package: golang-uber-goleak-dev
Architecture: all
Depends: golang-github-stretchr-testify-dev,
${misc:Depends}
Multi-Arch: foreign
Description: 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.
|