- fix globals init bug

This commit is contained in:
gazebo
2019-03-21 09:15:06 +08:00
parent 15c703b469
commit 75406c8d49
3 changed files with 3 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ var (
)
func Init() {
globals.Init()
// globals.Init()
beegodb.Init()
api.Init()
defsch.Init()