Registry / testing / ysmood-leakless

ysmood-leakless

JSON →
library0.9.0gogounverified

Leakless is a Go library for detecting and preventing goroutine leaks in tests and production code.

go get github.com/ysmood/leakless
INSTALL
IMPORT
SIG · YSMOOD-LEAKLESS
Y
ysmood-leakless
testinggov0.9.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

leakless
github.com/ysmood/leakless

Checks for goroutine leaks at the end of the function.

package main import ( "fmt" "github.com/ysmood/leakless" ) func main() { defer leakless.Check()() fmt.Println("No leaks expected") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
32
OpenAI (training)
1
Resources
ysmood-leakless — go get ysmood-leakless · libregistry