Source File
zgoarch_amd64.go
Belonging Package
runtime/internal/sys
// Code generated by gengoos.go using 'go generate'. DO NOT EDIT.// +build amd64package sysconst GOARCH = `amd64`const Goarch386 = 0const GoarchAmd64 = 1const GoarchAmd64p32 = 0const GoarchArm = 0const GoarchArmbe = 0const GoarchArm64 = 0const GoarchArm64be = 0const GoarchPpc64 = 0const GoarchPpc64le = 0const GoarchMips = 0const GoarchMipsle = 0const GoarchMips64 = 0const GoarchMips64le = 0const GoarchMips64p32 = 0const GoarchMips64p32le = 0const GoarchPpc = 0const GoarchRiscv = 0const GoarchRiscv64 = 0const GoarchS390 = 0const GoarchS390x = 0const GoarchSparc = 0const GoarchSparc64 = 0const GoarchWasm = 0
![]() |
The pages are generated with Golds v0.3.6. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |