mvc/.vscode/launch.json
2025-02-23 22:22:43 +01:00

15 lines
267 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/main.go",
"env": {},
"args": []
}
]
}