Install golang-github-fortytw2-leaktest-dev by entering the following commands in the terminal:
sudo apt update sudo apt install golang-github-fortytw2-leaktest-dev
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.
Homepage: https://github.com/fortytw2/leaktest
Version: 1.1.0-1
Section: universe/devel