mirror of
https://github.com/golang/go
synced 2024-11-20 03:14:43 -07:00
846ee0465b
Change-Id: Ibda6a5bedaff57fd161d63fc04ad260931d34413 Reviewed-on: https://go-review.googlesource.com/7142 Reviewed-by: Russ Cox <rsc@golang.org>
14 lines
252 B
Go
14 lines
252 B
Go
// generated by gengoos.go using 'go generate'
|
|
|
|
package runtime
|
|
|
|
const theGoarch = `386`
|
|
|
|
const goarch_386 = 1
|
|
const goarch_amd64 = 0
|
|
const goarch_amd64p32 = 0
|
|
const goarch_arm = 0
|
|
const goarch_arm64 = 0
|
|
const goarch_ppc64 = 0
|
|
const goarch_ppc64le = 0
|