gitlab.com/evatix-go/core@v1.3.55/osconsts/isX32Bit.go (about) 1 package osconsts 2 3 func isX32Bit() bool { 4 value32Bit, has32Bit := X32ArchitecturesMap[CurrentSystemArchitecture] 5 6 return has32Bit && value32Bit 7 }