mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
Change-Id: Ibda6a5bedaff57fd161d63fc04ad260931d34413 Reviewed-on: https://go-review.googlesource.com/7142 Reviewed-by: Russ Cox <rsc@golang.org>
13 lines
252 B
Go
13 lines
252 B
Go
// generated by gengoos.go using 'go generate'
|
|
|
|
package runtime
|
|
|
|
const theGoarch = `arm`
|
|
|
|
const goarch_386 = 0
|
|
const goarch_amd64 = 0
|
|
const goarch_amd64p32 = 0
|
|
const goarch_arm = 1
|
|
const goarch_arm64 = 0
|
|
const goarch_ppc64 = 0
|
|
const goarch_ppc64le = 0
|