1
0
mirror of https://github.com/golang/go synced 2024-11-12 05:30:21 -07:00

go/build: improve comment on Context.CgoEnabled

Fixes #25953

Change-Id: I4f3a64b42fce76cc5ea6cfe2888d103c7423457d
Reviewed-on: https://go-review.googlesource.com/c/126736
Reviewed-by: Bryan C. Mills <bcmills@google.com>
This commit is contained in:
Gn Shivakumar 2018-07-31 06:20:02 +05:30 committed by Bryan C. Mills
parent e256afff51
commit 6182d0821c

View File

@ -34,7 +34,7 @@ type Context struct {
GOOS string // target operating system
GOROOT string // Go root
GOPATH string // Go path
CgoEnabled bool // whether cgo can be used
CgoEnabled bool // whether cgo files are included
UseAllFiles bool // use files regardless of +build lines, file names
Compiler string // compiler to assume when computing target paths