14 lines
303 B
JSON
14 lines
303 B
JSON
{
|
|
"name": "go-best-practices",
|
|
"description": "Go Best Practices - Idiomatic Go patterns, concurrency, error handling, testing, and production-ready Go development",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Brock"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |