- api.init中直接调用api.Init

This commit is contained in:
gazebo
2019-04-23 21:37:12 +08:00
parent 9b06622172
commit 6d787cd1a1
3 changed files with 69 additions and 27 deletions

View File

@@ -38,7 +38,6 @@ var (
func Init() {
beegodb.Init()
api.Init()
defsch.Init()
buildTime, err := time.ParseInLocation(time.RFC3339, BuildDate, time.UTC)
if err == nil {