package main import ( "goflylivechat/cmd" ) func main() { cmd.Execute() }