数据库错误操作优化

This commit is contained in:
hoteas
2022-08-20 11:20:03 +08:00
parent cf29db5d5c
commit 60667734a7
2 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -2,7 +2,6 @@ package main
import (
. "code.hoteas.com/golang/hotime"
"code.hoteas.com/golang/hotime/example/app"
)
func main() {
@@ -13,6 +12,6 @@ func main() {
return isFinished
})
appIns.Run(Router{"app": app.AppProj})
appIns.Run(Router{})
}