Slide 8
Slide 8 text
goroutine leak profileの検出方法
内部でgoroutineleak profileがリクエストされた時にトリガーされる
net/httpでもruntime/pprofでも(&Profile).WriteToが呼ばれる
var goroutineLeakProfile = &Profile{
name: "goroutineleak",
count: runtime_goroutineleakcount,
write: writeGoroutineLeak,
}