[go-nuts] How do i get the information of operating system if its 32bit or 64-bit How do i detect if its Windows or Linux or Mac then is it 32-bit or 64-bit? I only getting the OS name code: package main //import "os/exec" //import "syscall" import "runtime" import "fmt" func main() { fmt.Println(runtime.GOOS) // windows /* cmd := exec.Command(cmd, arg) err := cmd.Start() if err != nil { println("