package main import ( "server/game" ) func main() { game.New().Run() }