package main import ( "gitlink.org.cn/cloudream/storage/coordinator/internal/cmd" ) func main() { cmd.RootCmd.Execute() }