15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"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"
|
|
]
|
|
} |