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 0b4918d commit 14c2ac7Copy full SHA for 14c2ac7
pkg/golinters/govet/govet.go
@@ -103,7 +103,7 @@ var (
103
unusedwrite.Analyzer,
104
}
105
106
- // https://github.com/golang/go/blob/go1.22.9/src/cmd/vet/main.go#L50-L81
+ // https://github.com/golang/go/blob/go1.23.0/src/cmd/vet/main.go#L55-L87
107
defaultAnalyzers = []*analysis.Analyzer{
108
appends.Analyzer,
109
asmdecl.Analyzer,
0 commit comments