Black Lives Matter. Support the Equal Justice Initiative.

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 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`
    16  const defaultGOOS = runtime.GOOS
    17  const defaultGOARCH = runtime.GOARCH
    18  

View as plain text