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 25ef255 commit 5e20c8cCopy full SHA for 5e20c8c
pkg/golinters/gochecksumtype.go
@@ -22,7 +22,7 @@ func NewGoCheckSumType() *goanalysis.Linter {
22
analyzer := &analysis.Analyzer{
23
Name: goCheckSumTypeName,
24
Doc: goanalysis.TheOnlyanalyzerDoc,
25
- Run: func(pass *analysis.Pass) (interface{}, error) {
+ Run: func(pass *analysis.Pass) (any, error) {
26
issues, err := runGoCheckSumType(pass)
27
if err != nil {
28
return nil, err
0 commit comments