cmd/go: fix typo in comment

This commit is contained in:
nu50218 2020-02-25 23:05:54 +09:00
parent 450d0b2f30
commit 177aa1a496
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ type Builder struct {
IsCmdList bool // running as part of go list; set p.Stale and additional fields below
NeedError bool // list needs p.Error
NeedExport bool // list needs p.Export
NeedCompiledGoFiles bool // list needs p.CompiledGoFIles
NeedCompiledGoFiles bool // list needs p.CompiledGoFiles
objdirSeq int // counter for NewObjdir
pkgSeq int