func internal/platform.CgoSupported

2 uses

	internal/platform (current package)
		supported.go#L274: func CgoSupported(goos, goarch string) bool {

	go/build
		build.go#L372: 			c.CgoEnabled = platform.CgoSupported(c.GOOS, c.GOARCH)