# README
サンプルリスト
このディレクトリには以下のサンプルがあります。
file | example name | note |
---|---|---|
debug_printstack.go | stacktrace_debug_printstack | runtime/debug.PrintStack のサンプルです. |
debug_stack.go | stacktrace_debug_stack | runtime/debug.Stack のサンプルです. |
runtime_stack.go | stacktrace_runtime_stack | runtime.Stack のサンプルです. |
pprof_goroutine_writeto.go | stacktrace_pprof_writeto | pprof.Lookup("goroutine").WriteTo() のサンプルです. |