gitee.com/ks-custle/core-gm@v0.0.0-20230922171213-b83bdd97b62c/internal/buildcfg/zbootstrap.go (about) 1 // Code generated by go tool dist; DO NOT EDIT. 2 3 package buildcfg 4 5 import "runtime" 6 7 const defaultGO386 = `sse2` 8 const defaultGOARM = `5` 9 const defaultGOMIPS = `hardfloat` 10 const defaultGOMIPS64 = `hardfloat` 11 const defaultGOPPC64 = `power8` 12 const defaultGOEXPERIMENT = `` 13 const defaultGO_EXTLINK_ENABLED = `` 14 const defaultGO_LDSO = `/lib64/ld-linux-x86-64.so.2` 15 const version = `go1.17.5` 16 const defaultGOOS = runtime.GOOS 17 const defaultGOARCH = runtime.GOARCH