This commit is contained in:
2025-12-20 11:05:35 +08:00
parent 788236ecc2
commit c42f2c651f
25 changed files with 245 additions and 95 deletions

3
.vscode/launch.json vendored
View File

@@ -9,7 +9,8 @@
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"cwd": "backend_v1",
"program": "${workspaceFolder}/backend_v1/main.go",
"args": [
"serve"
],