feat: add swag tool

This commit is contained in:
Rogee
2024-12-25 16:18:41 +08:00
parent 2f2feb35c2
commit 77e36d5aaf
16 changed files with 76 additions and 54 deletions

12
.vscode/launch.json vendored
View File

@@ -15,6 +15,18 @@
"init",
"/projects/tt",
]
},
{
"name": "Gen_Route",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}",
"args": [
"gen",
"route",
"/projects/learn/go-demo",
]
}
]
}