package domainutilsgo import ( "../gameUtils" ) type Domain struct { ServerId string Games []gameUtils.Game }