1// Code generated by go tool dist; DO NOT EDIT. 2 3package buildcfg 4 5import "runtime" 6 7const defaultGO386 = `sse2` 8const defaultGOAMD64 = `v1` 9const defaultGOARM = `7` 10const defaultGOARM64 = `v8.0` 11const defaultGOMIPS = `hardfloat` 12const defaultGOMIPS64 = `hardfloat` 13const defaultGOPPC64 = `power8` 14const defaultGORISCV64 = `rva20u64` 15const defaultGOEXPERIMENT = `` 16const defaultGO_EXTLINK_ENABLED = `` 17const defaultGO_LDSO = `` 18const version = `go1.23.2` 19const defaultGOOS = runtime.GOOS 20const defaultGOARCH = runtime.GOARCH 21