Skip to content

Commit 43fea1f

Browse files
committed
tmp
1 parent 15bd998 commit 43fea1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/generator/generator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//nolint:exhaustruct
12
package main
23

34
import (
@@ -23,7 +24,6 @@ var (
2324
verbose bool
2425
)
2526

26-
//exhaustruct:ignore
2727
type generatorDef struct {
2828
Name string
2929
Type string

0 commit comments

Comments
 (0)