package main import ( "kpt.xdmy/test" ) func main() { test.Init() test.Test() // time.Sleep(time.Minute * 3) // test.EasBatch() }