This commit is contained in:
coward
2024-03-05 17:28:18 +08:00
parent ea4f59bb90
commit 1a73a67a4c
6 changed files with 65 additions and 1 deletions

View File

@@ -25,5 +25,4 @@ func main() {
if err := httpServe.ListenAndServe(); err != nil {
log.Panicf("启动http服务端失败: %v", err.Error())
}
}