Fixed: launch file

This commit is contained in:
Aleksandr Soloshenko 2023-10-31 23:46:26 +07:00
parent a9bfb84704
commit 3a43b51c9c

2
.vscode/launch.json vendored
View File

@ -9,7 +9,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceRoot}/cmd/smsgateway/main.go",
"program": "${workspaceRoot}/cmd/sms-gateway/main.go",
"cwd": "${workspaceRoot}",
}
]