go/build.Context.CgoEnabled (field)
8 uses
go/build (current package)
build.go#L48: CgoEnabled bool // whether cgo files are included
build.go#L338: c.CgoEnabled = true
build.go#L340: c.CgoEnabled = false
build.go#L344: c.CgoEnabled = cgoEnabled[c.GOOS+"/"+c.GOARCH]
build.go#L347: c.CgoEnabled = false
build.go#L957: if ctxt.CgoEnabled {
build.go#L1179: if ctxt.CgoEnabled {
build.go#L1887: if ctxt.CgoEnabled && name == "cgo" {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)