框架优化

This commit is contained in:
hoteas
2022-03-13 05:06:28 +08:00
parent 369c06724a
commit 716b3dfa6b
11 changed files with 255 additions and 114 deletions
+3
View File
@@ -2,6 +2,7 @@ package main
import (
"code.hoteas.com/golang/hotime"
//. "code.hoteas.com/golang/hotime/common"
"fmt"
"time"
)
@@ -11,5 +12,7 @@ func main() {
fmt.Println(date, date.Unix())
//fmt.Println("0123456"[1:7])
appIns := hotime.Init("config/config.json")
//a:=Map{}
//a.GetBool()
appIns.Run(hotime.Router{})
}