package main import ( "starwiz.cn/sjy01/preprocessing/cmd" _ "starwiz.cn/sjy01/preprocessing/xlog" ) func main() { cmd.Execute() }