package main import ( "github.com/yaoapp/xiang/cmd" ) // 主程序 func main() { cmd.Execute() }