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