lint: fix issues in examples (#49)

This commit is contained in:
Michael McLoughlin
2019-01-13 10:12:52 -08:00
parent 943d5f0ced
commit 4aa8656eb0
11 changed files with 22 additions and 12 deletions

View File

@@ -1,5 +1,6 @@
package returns
// Struct is used to deomonstrate writing struct return values.
type Struct struct {
Word uint16
Point [2]float64