Documentation ¶
Index ¶
Constants ¶
View Source
const ( ArchFamily = AMD64 BigEndian = 0 CacheLineSize = 64 PhysPageSize = 4096 PCQuantum = 1 Int64Align = 8 HugePageSize = 1 << 21 MinFrameSize = 0 )
View Source
const DefaultGoroot = `/usr/local/go`
View Source
const GOARCH = `amd64`
View Source
const GOOS = `linux`
View Source
const Goarch386 = 0
View Source
const GoarchAmd64 = 1
View Source
const GoarchAmd64p32 = 0
View Source
const GoarchArm = 0
View Source
const GoarchArm64 = 0
View Source
const GoarchArm64be = 0
View Source
const GoarchArmbe = 0
View Source
const GoarchMips = 0
View Source
const GoarchMips64 = 0
View Source
const GoarchMips64le = 0
View Source
const GoarchMips64p32 = 0
View Source
const GoarchMips64p32le = 0
View Source
const GoarchMipsle = 0
View Source
const GoarchPpc = 0
View Source
const GoarchPpc64 = 0
View Source
const GoarchPpc64le = 0
View Source
const GoarchS390 = 0
View Source
const GoarchS390x = 0
View Source
const GoarchSparc = 0
View Source
const GoarchSparc64 = 0
View Source
const Goexperiment = ``
View Source
const GoosAndroid = 0
View Source
const GoosDarwin = 0
View Source
const GoosDragonfly = 0
View Source
const GoosFreebsd = 0
View Source
const GoosLinux = 1
View Source
const GoosNacl = 0
View Source
const GoosNetbsd = 0
View Source
const GoosOpenbsd = 0
View Source
const GoosPlan9 = 0
View Source
const GoosSolaris = 0
View Source
const GoosWindows = 0
View Source
const PtrSize = 4 << (^uintptr(0) >> 63)
View Source
const RegSize = 4 << (^Uintreg(0) >> 63)
View Source
const SpAlign = 1*(1-GoarchArm64) + 16*GoarchArm64
View Source
const StackGuardMultiplier = 1
View Source
const TheVersion = `go1.7`
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchFamilyType ¶
type ArchFamilyType int
const ( AMD64 ArchFamilyType = iota ARM ARM64 I386 MIPS64 PPC64 S390X )
Click to show internal directories.
Click to hide internal directories.