Files
avo/examples/returns/returns.go

9 lines
150 B
Go
Raw Normal View History

package returns
2019-01-13 10:12:52 -08:00
// Struct is used to deomonstrate writing struct return values.
type Struct struct {
Word uint16
Point [2]float64
Quad uint64
}