Radish, Keep Going!
Nov 18, 2025 · Backend Development
Detecting Goroutine Leaks with Go's Experimental goroutineleak Feature
This article explains how Go's experimental goroutineleak experiment integrates leak detection into the garbage collector, describes the underlying sudog mechanism, and provides step‑by‑step instructions to enable the feature, run a demo, and analyze leaks using pprof.
GoRuntimedebugging
0 likes · 8 min read
