package main import ( "xg_auto_deploy/internal/auto" "xg_auto_deploy/internal/global" ) func main() { global.InitNodeSetting() auto.AutoDeployALL() }