修改文件名称

This commit is contained in:
TsMask
2023-08-23 17:53:37 +08:00
parent a57f9e31e9
commit 6dcfd9268f
2 changed files with 3 additions and 3 deletions

4
.vscode/launch.json vendored
View File

@@ -9,8 +9,8 @@
"type": "go",
"request": "launch",
"mode": "debug",
"program": "./nb_alarm_agent.go",
"args": ["-c", "conf/nbi_alarm_agent.json"],
"program": "./nb_alarm.go",
"args": ["-c", "conf/nbi_alarm.json"],
"console": "integratedTerminal"
}
]