package main import ( "os" "tmeet/cmd" ) func main() { os.Exit(cmd.Execute()) }