go1.20.5
GoThrough

dist.Background

const Background = iota

dist.CheckExit

const CheckExit = iota

dist.PROCESSOR_ARCHITECTURE_AMD64

// See https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info const PROCESSOR_ARCHITECTURE_AMD64 = 9

dist.PROCESSOR_ARCHITECTURE_ARM

// See https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info const PROCESSOR_ARCHITECTURE_ARM = 5

dist.PROCESSOR_ARCHITECTURE_ARM64

// See https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info const PROCESSOR_ARCHITECTURE_ARM64 = 12

dist.PROCESSOR_ARCHITECTURE_IA64

// See https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info const PROCESSOR_ARCHITECTURE_IA64 = 6

dist.PROCESSOR_ARCHITECTURE_INTEL

// See https://docs.microsoft.com/en-us/windows/win32/api/sysinfoapi/ns-sysinfoapi-system_info const PROCESSOR_ARCHITECTURE_INTEL = 0

dist.ShowOutput

const ShowOutput = iota

dist.IsRuntimePackagePath

// IsRuntimePackagePath examines 'pkgpath' and returns TRUE if it // belongs to the collection of "runtime-related" packages, including // "runtime" itself, "reflect", "syscall", and the // "runtime/internal/*" packages. // // Keep in sync with cmd/internal/objabi/path.go:IsRuntimePackagePath. func IsRuntimePackagePath(pkgpath string) bool