feat: init go structure & add agent structure

This commit is contained in:
Acbox
2026-01-20 00:15:26 +08:00
parent 65e03f0b1e
commit 95aa4151cd
11 changed files with 312 additions and 1 deletions
+4 -1
View File
@@ -24,7 +24,10 @@
"editor.tabSize": 2,
"editor.insertSpaces": true
},
"[go]": {
"editor.tabSize": 4,
"editor.insertSpaces": true
},
"[python]": {
"editor.tabSize": 4,
"editor.insertSpaces": true