package sys
import "runtime/internal/sys"
package sys contains system- and configuration- and architecture-specific constants used by the runtime.
Index ¶
Constants ¶
const DefaultGoroot = `/usr/local/go`
const Goexperiment = ``
const PtrSize = 4 << (^uintptr(0) >> 63) // unsafe.Sizeof(uintptr(0)) but an ideal const
const RegSize = 4 << (^Uintreg(0) >> 63) // unsafe.Sizeof(uintreg(0)) but an ideal const
const SpAlign = 1*(1-GoarchArm64) + 16*GoarchArm64 // SP alignment: 1 normally, 16 for ARM64
const StackGuardMultiplier = 1
const TheVersion = `go1.6rc2`
Source Files ¶
- Version
- v1.6.0-rc.2
- Published
- Feb 3, 2016
- Platform
- js/wasm
- Last checked
- 18 seconds ago –
Tools for package owners.