- refactor test init flow

This commit is contained in:
gazebo
2019-03-20 22:28:51 +08:00
parent 120e0dde6c
commit 15c703b469
17 changed files with 76 additions and 129 deletions

View File

@@ -0,0 +1,11 @@
package testinit
import (
"git.rosy.net.cn/jx-callback/globals/api"
"git.rosy.net.cn/jx-callback/globals/testinit1"
)
func Init() {
testinit1.Init()
api.Init()
}