Commit 6182d082 authored by Gn Shivakumar's avatar Gn Shivakumar Committed by Bryan C. Mills

go/build: improve comment on Context.CgoEnabled

Fixes #25953

Change-Id: I4f3a64b42fce76cc5ea6cfe2888d103c7423457d
Reviewed-on: https://go-review.googlesource.com/c/126736Reviewed-by: 's avatarBryan C. Mills <bcmills@google.com>
parent e256afff
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment