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