Thanks to visit codestin.com Credit goes to github.com
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 8b92961 commit 1ef8f44Copy full SHA for 1ef8f44
go/analysis/checker/checker.go
@@ -128,7 +128,6 @@ type Action struct {
128
pass *analysis.Pass
129
objectFacts map[objectFactKey]analysis.Fact
130
packageFacts map[packageFactKey]analysis.Fact
131
- inputs map[*analysis.Analyzer]any
132
}
133
134
func (act *Action) String() string {
@@ -295,7 +294,6 @@ func (act *Action) execOnce() {
295
294
// in-memory outputs of prerequisite analyzers
296
// become inputs to this analysis pass.
297
inputs[dep.Analyzer] = dep.Result
298
-
299
} else if dep.Analyzer == act.Analyzer { // (always true)
300
// Same analysis, different package (vertical edge):
301
// serialized facts produced by prerequisite analysis
0 commit comments