Files
BordroRobot/.vscode/launch.json
Hüseyin bd08898bf1 merge
2026-06-16 09:07:10 +03:00

17 lines
505 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "./app/main.go",
"env": {},
"args": []
}
]
}