Source File
zbootstrap.go
Belonging Package
internal/buildcfg
// Code generated by go tool dist; DO NOT EDIT.
package buildcfg
import
const defaultGO386 = `sse2`
const defaultGOAMD64 = `v1`
const defaultGOARM = `7`
const defaultGOARM64 = `v8.0`
const defaultGOMIPS = `hardfloat`
const defaultGOMIPS64 = `hardfloat`
const defaultGOPPC64 = `power8`
const defaultGORISCV64 = `rva20u64`
const defaultGOEXPERIMENT = ``
const defaultGO_EXTLINK_ENABLED = ``
const defaultGO_LDSO = ``
const version = `go1.23rc2`
const defaultGOOS = runtime.GOOS
const defaultGOARCH = runtime.GOARCH
The pages are generated with Golds v0.7.0-preview. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |