Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:57 +08:00
commit e05271052a
4 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "go-lint",
"description": "Automatic Go linting and formatting using goimports, go vet, and golangci-lint",
"version": "1.0.0",
"author": {
"name": "useful-claude-plugins",
"url": "https://github.com/cheolwanpark/useful-claude-plugins"
},
"hooks": [
"./hooks/hooks.json"
]
}