File: control

package info (click to toggle)
golang-github-fortytw2-leaktest 0.0~git20160923.0.0db74e8-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 60 kB
  • ctags: 10
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: golang-github-fortytw2-leaktest
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any
Standards-Version: 3.9.8
Homepage: https://github.com/fortytw2/leaktest
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-fortytw2-leaktest.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-fortytw2-leaktest.git
XS-Go-Import-Path: github.com/fortytw2/leaktest

Package: golang-github-fortytw2-leaktest-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: Goroutine Leak Detector
 Refactored, tested variant of the goroutine leak detector found in both
 net/http tests and the cockroachdb source tree.
 .
 Takes a snapshot of running goroutines at the start of a test, and at the
 end -- compares the two and voila. Ignores runtime/sys goroutines.