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 450d0b2 commit 177aa1aCopy full SHA for 177aa1a
src/cmd/go/internal/work/action.go
@@ -41,7 +41,7 @@ type Builder struct {
41
IsCmdList bool // running as part of go list; set p.Stale and additional fields below
42
NeedError bool // list needs p.Error
43
NeedExport bool // list needs p.Export
44
- NeedCompiledGoFiles bool // list needs p.CompiledGoFIles
+ NeedCompiledGoFiles bool // list needs p.CompiledGoFiles
45
46
objdirSeq int // counter for NewObjdir
47
pkgSeq int
0 commit comments