mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-31 22:23:27 +08:00
* docs(zh-CN): sync Chinese docs with latest upstream changes * update --------- Co-authored-by: neo <neo.dowithless@gmail.com>
405 B
405 B
paths
| paths | |||
|---|---|---|---|
|
Go 钩子
本文件通过 Go 特定内容扩展了 common/hooks.md。
PostToolUse 钩子
在 ~/.claude/settings.json 中配置:
- gofmt/goimports:编辑后自动格式化
.go文件 - go vet:编辑
.go文件后运行静态分析 - staticcheck:对修改的包运行扩展静态检查