examples/returns: demonstrate return types

This commit is contained in:
Michael McLoughlin
2018-12-27 21:38:17 -08:00
parent 51524702ba
commit 023324a4ec
7 changed files with 175 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
package returns
type Struct struct {
Word uint16
Point [2]float64
Quad uint64
}