...

Source file src/pkg/cmd/internal/objabi/zbootstrap.go

     1	// Code generated by go tool dist; DO NOT EDIT.
     2	
     3	package objabi
     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 defaultGOOS = runtime.GOOS
    13	const defaultGOARCH = runtime.GOARCH
    14	const defaultGO_EXTLINK_ENABLED = ``
    15	const defaultGO_LDSO = ``
    16	const version = `go1.13.6`
    17	const stackGuardMultiplierDefault = 1
    18	const goexperiment = ``
    19	

View as plain text