Skip to content

Commit 0ff6620

Browse files
committed
Fix lint warnings
1 parent e9974f1 commit 0ff6620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/examples/basic/structs/struct_basic02.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"reflect"
66
)
77

8+
//lint:ignore U1000 It's ok because this is just a example.
89
type intPair struct {
910
x int
1011
y int

0 commit comments

Comments
 (0)