blob: c4a47af3ef3824596a93bfa786beb2910b078cfc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// Code generated by go tool dist; DO NOT EDIT.
package buildcfg
import "runtime"
const defaultGO386 = `sse2`
const defaultGOAMD64 = `v1`
const defaultGOARM = `7`
const defaultGOMIPS = `hardfloat`
const defaultGOMIPS64 = `hardfloat`
const defaultGOPPC64 = `power8`
const defaultGOEXPERIMENT = ``
const defaultGO_EXTLINK_ENABLED = ``
const defaultGO_LDSO = ``
const version = `go1.22.5`
const defaultGOOS = runtime.GOOS
const defaultGOARCH = runtime.GOARCH
|