Files
avo/examples/returns/returns.go
2018-12-27 21:38:17 -08:00

8 lines
86 B
Go

package returns
type Struct struct {
Word uint16
Point [2]float64
Quad uint64
}