mirror of https://github.com/golang/go.git
cmd/go: fix typo in comment
This commit is contained in:
parent
450d0b2f30
commit
177aa1a496
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue