1
0
mirror of https://github.com/golang/go synced 2024-09-29 19:34:38 -06:00

cmd/go: fix typo in comment

This commit is contained in:
nu50218 2020-02-25 23:05:54 +09:00
parent 450d0b2f30
commit 177aa1a496

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