- fix initialize order bug. ReallyCallPlatformAPI not initialized properly.

This commit is contained in:
gazebo
2018-07-24 11:06:50 +08:00
parent a9a37ac278
commit 833f00b2de
2 changed files with 5 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ import (
)
func init() {
globals.Init()
// globals.Init()
db.Init()
api.Init()
}