Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:27 +08:00
commit d04f41834d
5 changed files with 1244 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"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"
]
}