Goroutine leak detector for Go tests, ensuring no goroutines are leaked after test completion.
go get go.uber.org/goleakNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Verify no goroutines are leaked in a test function.
Use goleak.IgnoreCurrent() to exclude goroutines already running before the test.
No dependency data recorded yet.