[ ソース: golang-github-fortytw2-leaktest ]
パッケージ: golang-github-fortytw2-leaktest-dev (1.3.0-1)
golang-github-fortytw2-leaktest-dev に関するリンク
Debian の資源:
golang-github-fortytw2-leaktest ソースパッケージをダウンロード:
- [golang-github-fortytw2-leaktest_1.3.0-1.dsc]
- [golang-github-fortytw2-leaktest_1.3.0.orig.tar.gz]
- [golang-github-fortytw2-leaktest_1.3.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-bradleyjkemp-cupaloy-dev
- golang-github-jtolds-gls-dev
- golang-github-joshuarubin-lifecycle-dev
- golang-github-arceliar-phony-dev
- golang-github-fatih-set-dev
- golang-gopkg-tomb.v1-dev
- golang-gopkg-tomb.v2-dev
- golang-github-michaeltjones-walk-dev
- golang-github-tendermint-go-clist-dev
- python-inline-snapshot-doc
- golang-github-iafan-cwalk-dev
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.