package main import ( "xg_auto_deploy/internal/cmd" ) func main() { //auto.AutoDeployALL() cmd.Execute() }