Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:03:49 +08:00
commit 218d6958a7
9 changed files with 430 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "go-learning-plugin",
"description": "A plugin to help you learn the Go programming language",
"version": "0.0.3",
"author": {
"name": "uMa",
"email": "ysmst35@gmail.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}