package main import ( "github.com/vandachevici/games-console/cmd" ) func main() { cmd.Execute() }