package main import ( "github.com/wenstudio/gofly/cmd" ) func main() { cmd.Execute() }