Initial commit
This commit is contained in:
12
.claude-plugin/plugin.json
Normal file
12
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user