add server

This commit is contained in:
2024-11-09 18:18:51 +07:00
parent 93e9f98b5b
commit d566529a90
10 changed files with 163 additions and 54 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"configurations": [
{
"name": "Launch eparser",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/cmd/smm_core"
},
]
}