mirror of
https://github.com/golang/go
synced 2024-11-08 18:56:25 -07:00
09d92b6bbf
Fixes #8654. LGTM=austin R=austin CC=golang-codereviews https://golang.org/cl/180600043
13 lines
231 B
Go
13 lines
231 B
Go
// generated by gengoos.go using 'go generate'
|
|
|
|
package runtime
|
|
|
|
const theGoarch = `ppc64`
|
|
|
|
const goarch_386 = 0
|
|
const goarch_amd64 = 0
|
|
const goarch_amd64p32 = 0
|
|
const goarch_arm = 0
|
|
const goarch_ppc64 = 1
|
|
const goarch_ppc64le = 0
|