We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17fa46a + a19f338 commit 3fcc669Copy full SHA for 3fcc669
.golangci.yml
@@ -10,6 +10,7 @@ linters:
10
enable:
11
- errcheck
12
- errname
13
+ - gochecksumtype
14
- govet
15
- ineffassign
16
- revive
internal/schema/ast/ast.go
@@ -377,6 +377,8 @@ func (r *Ref) End() token.Position {
377
}
378
379
// Name is an IDENT or STR
380
+//
381
+//sumtype:decl
382
type Name interface {
383
Node
384
isName()
0 commit comments