package game import "github.com/google/uuid" type Game struct { ID uuid.UUID Map Map Race []Race }