Files
2025-11-29 18:08:57 +08:00

18 lines
358 B
JSON

{
"description": "Automatically lint and format Go files using goimports and go vet",
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": "${CLAUDE_PLUGIN_ROOT}/hooks/go-lint.sh",
"timeout": 30
}
]
}
]
}
}