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 66d1519 commit b9dd88aCopy full SHA for b9dd88a
loader_flag.go
@@ -7,6 +7,7 @@ import (
7
8
// FlagLoader is the structure representring a flag loader.
9
type FlagLoader struct {
10
+ //nolint:structcheck,unused
11
filename string
12
cfg FlagLoaderConfig
13
}
0 commit comments