gitlab.com/evatix-go/core@v1.3.55/osconsts/vars.go (about)

     1  package osconsts
     2  
     3  //goland:noinspection ALL
     4  var (
     5  	IsX32Architecture = isX32Bit()
     6  	IsX64Architecture = !IsX32Architecture
     7  	windowsCDrive     = WindowsCDrive
     8  )