Golang Troubleshooting

Troubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes, deadlocks, or unexpected behavior in Go code. Covers debugging methodology, common Go pitfalls, test-driven debugging, pprof setup and capture, Delve debugger, race detection, GODEBUG tracing, and production debugging. Start here for any 'something is wrong' situation. Not for interpreting profiles or benchmarking (→ See `samber/cc-skills-golang@golang-benchmark` skill) or applying optimization patterns (→ See `samber/cc-skills-golang@golang-performance` skill).

seikaikyo Updated

File contents

seikaikyo/dash-skills/tree/main/external/cc-skills-golang/golang-troubleshooting commit 8235b2a64a

Frequently asked questions

npx skillmds@latest add seikaikyo/golang-troubleshooting