package game type Map struct { Width uint32 `json:"width"` Height uint32 `json:"height"` Planet []Planet `json:"planets"` }