chore: 打包程序restagent变更omc

This commit is contained in:
TsMask
2024-03-19 20:20:12 +08:00
parent a4c71a4d70
commit b01bc44578
84 changed files with 308 additions and 190 deletions

6
.vscode/launch.json vendored
View File

@@ -9,16 +9,16 @@
"type": "go",
"request": "launch",
"mode": "debug",
"program": "./restagent/restagent.go",
"program": "./omc/omc.go",
"console": "integratedTerminal",
"args": ["--env", "local"] // 走开发配置
},
{
"name": "DEBUG restagent",
"name": "DEBUG omc",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "d:/local.git/be.ems/restagent/",
"program": "d:/local.git/be.ems/omc/",
"console": "integratedTerminal"
},
{