...

Source file src/pkg/go/build/zcgo.go

     1	// Code generated by go tool dist; DO NOT EDIT.
     2	
     3	package build
     4	
     5	const defaultCGO_ENABLED = ""
     6	
     7	var cgoEnabled = map[string]bool{
     8		"aix/ppc64": true,
     9		"android/386": true,
    10		"android/amd64": true,
    11		"android/arm": true,
    12		"android/arm64": true,
    13		"darwin/amd64": true,
    14		"darwin/arm": true,
    15		"darwin/arm64": true,
    16		"dragonfly/amd64": true,
    17		"freebsd/386": true,
    18		"freebsd/amd64": true,
    19		"freebsd/arm": true,
    20		"illumos/amd64": true,
    21		"linux/386": true,
    22		"linux/amd64": true,
    23		"linux/arm": true,
    24		"linux/arm64": true,
    25		"linux/mips": true,
    26		"linux/mips64": true,
    27		"linux/mips64le": true,
    28		"linux/mipsle": true,
    29		"linux/ppc64le": true,
    30		"linux/riscv64": true,
    31		"linux/s390x": true,
    32		"linux/sparc64": true,
    33		"netbsd/386": true,
    34		"netbsd/amd64": true,
    35		"netbsd/arm": true,
    36		"netbsd/arm64": true,
    37		"openbsd/386": true,
    38		"openbsd/amd64": true,
    39		"openbsd/arm": true,
    40		"openbsd/arm64": true,
    41		"solaris/amd64": true,
    42		"windows/386": true,
    43		"windows/amd64": true,
    44	}
    45	

View as plain text