- refactor test init flow
This commit is contained in:
11
globals/testinit/testinit.go
Normal file
11
globals/testinit/testinit.go
Normal 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()
|
||||
}
|
||||
Reference in New Issue
Block a user