38 lines
871 B
Go
38 lines
871 B
Go
// auto generated by go tool dist
|
|
|
|
package build
|
|
|
|
const defaultCGO_ENABLED = ""
|
|
|
|
var cgoEnabled = map[string]bool{
|
|
"android/386": true,
|
|
"android/amd64": true,
|
|
"android/arm": true,
|
|
"android/arm64": true,
|
|
"darwin/386": true,
|
|
"darwin/amd64": true,
|
|
"darwin/arm": true,
|
|
"darwin/arm64": true,
|
|
"dragonfly/amd64": true,
|
|
"freebsd/386": true,
|
|
"freebsd/amd64": true,
|
|
"linux/386": true,
|
|
"linux/amd64": true,
|
|
"linux/arm": true,
|
|
"linux/arm64": true,
|
|
"linux/mips": true,
|
|
"linux/mips64": true,
|
|
"linux/mips64le": true,
|
|
"linux/mipsle": true,
|
|
"linux/ppc64le": true,
|
|
"linux/s390x": true,
|
|
"netbsd/386": true,
|
|
"netbsd/amd64": true,
|
|
"netbsd/arm": true,
|
|
"openbsd/386": true,
|
|
"openbsd/amd64": true,
|
|
"solaris/amd64": true,
|
|
"windows/386": true,
|
|
"windows/amd64": true,
|
|
}
|