feat: added mvc code

This commit is contained in:
2025-02-23 22:22:43 +01:00
commit 55dfd1b8aa
8 changed files with 206 additions and 0 deletions

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

@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/main.go",
"env": {},
"args": []
}
]
}