go/build.Context.CgoEnabled (field)

8 uses

	go/build (current package)
		build.go#L51: 	CgoEnabled  bool   // whether cgo files are included
		build.go#L366: 		c.CgoEnabled = true
		build.go#L368: 		c.CgoEnabled = false
		build.go#L372: 			c.CgoEnabled = platform.CgoSupported(c.GOOS, c.GOARCH)
		build.go#L375: 		c.CgoEnabled = false
		build.go#L1011: 			if ctxt.CgoEnabled {
		build.go#L1245: 	if ctxt.CgoEnabled {
		build.go#L1965: 	if ctxt.CgoEnabled && name == "cgo" {