update readme, launch.json, notes.md

This commit is contained in:
2025-08-02 23:34:37 -04:00
parent 037b896b1b
commit 77260a86d4
4 changed files with 27 additions and 3 deletions

8
.vscode/launch.json vendored
View File

@@ -5,13 +5,15 @@
"version": "0.2.0",
"configurations": [
{
"name": "Debug cmd/web",
"name": "Debug cmd/app1",
"type": "go",
"request": "launch",
"mode": "debug",
"mode": "auto",
"program": "${workspaceFolder}/cmd/app1",
"env": {},
"args": [],
//"showLog": true,
"cwd": "${workspaceFolder}",
//"cwd": "${workspaceFolder}",
}
]
}