CHANGE: go debug working + seperated database and renam,ed module

This commit is contained in:
2024-09-05 17:05:51 +02:00
parent d8cf7a2c69
commit 19ccdadd32
9 changed files with 121 additions and 153 deletions

5
.vscode/launch.json vendored
View File

@@ -5,14 +5,13 @@
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"args": ["check-go-version=false"],
"mode": "auto",
"cwd": "${cwd}/Backend",
"program": "Backend/main.go",
"program": "${workspaceFolder}/Backend",
"dlvFlags": ["--check-go-version=false"]
},
]