Files
avo/examples/returns/returns.go

8 lines
86 B
Go
Raw Normal View History

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