1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:04:42 -07:00
go/src/runtime/zgoarch_ppc64le.go

13 lines
233 B
Go
Raw Normal View History

// generated by gengoos.go using 'go generate'
package runtime
const theGoarch = `ppc64le`
const goarch_386 = 0
const goarch_amd64 = 0
const goarch_amd64p32 = 0
const goarch_arm = 0
const goarch_ppc64 = 0
const goarch_ppc64le = 1