We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9974f1 commit 0ff6620Copy full SHA for 0ff6620
internal/examples/basic/structs/struct_basic02.go
@@ -5,6 +5,7 @@ import (
5
"reflect"
6
)
7
8
+//lint:ignore U1000 It's ok because this is just a example.
9
type intPair struct {
10
x int
11
y int
0 commit comments