package main import ( "github.com/chompy/roguelike_rpg/internal/client" ) func main() { if err := client.Start(); err != nil { panic(err) } }