examples/returns: demonstrate return types
This commit is contained in:
7
examples/returns/returns.go
Normal file
7
examples/returns/returns.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package returns
|
||||
|
||||
type Struct struct {
|
||||
Word uint16
|
||||
Point [2]float64
|
||||
Quad uint64
|
||||
}
|
||||
Reference in New Issue
Block a user