package main import ( "github.com/xie1xiao1jun/gormt/data/cmd" ) func main() { cmd.Execute() }