This commit is contained in:
2024-11-12 02:32:06 +07:00
commit 077437d33c
18 changed files with 432 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"configurations": [
{
"name": "Launch smm-tg",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/cmd/smm_tg"
}
]
}