...

Source file src/internal/buildcfg/zbootstrap.go

Documentation: internal/buildcfg

     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 defaultGOAMD64 = `v1`
     9  const defaultGOARM = `7`
    10  const defaultGOMIPS = `hardfloat`
    11  const defaultGOMIPS64 = `hardfloat`
    12  const defaultGOPPC64 = `power8`
    13  const defaultGOEXPERIMENT = ``
    14  const defaultGO_EXTLINK_ENABLED = ``
    15  const defaultGO_LDSO = ``
    16  const version = `go1.22.5`
    17  const defaultGOOS = runtime.GOOS
    18  const defaultGOARCH = runtime.GOARCH
    19  

View as plain text