代码开发

Go Troubleshooting Guide

系统化排查Go程序问题,找到并修复根本原因。适用于Go代码出现bug、崩溃、死锁或意外行为时。涵盖调试方法论、常见Go陷阱、测试驱动调试、pprof设置与捕获、Delve调试器、竞态检测、GODEBUG追踪及生产环境调试。遇到“出问题了”的情况从这里开始。不用于解读性能分析或基准测试(参见samber/cc-sk...

作者:samber 下载:0 GitHub Star:0 评分:暂无 代码代码审查自动化安全

安装命令

npx skills add https://github.com/samber/cc-skills-golang --skill golang-troubleshooting