This commit is contained in:
Gregory Salaun 2024-08-28 10:58:09 +07:00
parent 77b64d7378
commit af29d6a85c
2 changed files with 19 additions and 0 deletions

16
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,16 @@
{
// 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": "${fileDirname}",
"args": ["prerace", "xThor", "Test"]
}
]
}

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.rouggy.com/rouggy/RaceNotifier.git
go 1.22.4