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 a7ed8ef commit 0bc3235Copy full SHA for 0bc3235
internal/customvet/checks/setval/setval.go
@@ -12,7 +12,7 @@ var Analyzer = &analysis.Analyzer{
12
Name: "setval",
13
Doc: "find Cmder types that are missing a SetVal method",
14
15
- Run: func(pass *analysis.Pass) (any, error) {
+ Run: func(pass *analysis.Pass) (interface{}, error) {
16
cmderTypes := make(map[string]token.Pos)
17
typesWithSetValMethod := make(map[string]bool)
18
0 commit comments