Files
valera/.vscode/launch.json
T
VLADIMIR bce61e698a
continuous-integration/drone/push Build is passing
update calories
2023-03-18 19:02:32 +07:00

16 lines
653 B
JSON

{
// Используйте IntelliSense, чтобы узнать о возможных атрибутах.
// Наведите указатель мыши, чтобы просмотреть описания существующих атрибутов.
// Для получения дополнительной информации посетите: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "run",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}\\main.go"
}
]
}