// generated by gengoos.go using 'go generate' | |
package runtime | |
const theGoarch = `amd64` | |
const goarch_386 = 0 | |
const goarch_amd64 = 1 | |
const goarch_amd64p32 = 0 | |
const goarch_arm = 0 | |
const goarch_armbe = 0 | |
const goarch_arm64 = 0 | |
const goarch_arm64be = 0 | |
const goarch_ppc64 = 0 | |
const goarch_ppc64le = 0 | |
const goarch_mips = 0 | |
const goarch_mipsle = 0 | |
const goarch_mips64 = 0 | |
const goarch_mips64le = 0 | |
const goarch_mips64p32 = 0 | |
const goarch_mips64p32le = 0 | |
const goarch_ppc = 0 | |
const goarch_s390 = 0 | |
const goarch_s390x = 0 | |
const goarch_sparc = 0 | |
const goarch_sparc64 = 0 |