mirror of
https://github.com/golang/go
synced 2024-11-17 15:54:39 -07:00
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
|
IsCmdList bool // running as part of go list; set p.Stale and additional fields below
|
||||||
NeedError bool // list needs p.Error
|
NeedError bool // list needs p.Error
|
||||||
NeedExport bool // list needs p.Export
|
NeedExport bool // list needs p.Export
|
||||||
NeedCompiledGoFiles bool // list needs p.CompiledGoFIles
|
NeedCompiledGoFiles bool // list needs p.CompiledGoFiles
|
||||||
|
|
||||||
objdirSeq int // counter for NewObjdir
|
objdirSeq int // counter for NewObjdir
|
||||||
pkgSeq int
|
pkgSeq int
|
||||||
|
Loading…
Reference in New Issue
Block a user