package returns // Struct is used to deomonstrate writing struct return values. type Struct struct { Word uint16 Point [2]float64 Quad uint64 }