[go-nuts] Re: install go compiler without sudo right

2016-12-25 Thread tungcheungleong
I was using all.bash, just tried make.bash. It failed for the same reason: ``` /go/src/runtime/os_linux.go:310: undefined: sigtable /go/src/runtime/os_linux.go:311: undefined: sigtable /go/src/runtime/signal1_unix.go:43: undefined: sigtable /go/src/runtime/signal1_unix.go:44: undefined: sigtable /g

[go-nuts] Re: install go compiler without sudo right

2016-12-20 Thread tungcheungleong
lscpu output: ``` Architecture: x86_64 CPU op-mode(s):32-bit, 64-bit Byte Order:Little Endian CPU(s):4 On-line CPU(s) list: 0-3 Thread(s) per core:1 Core(s) per socket:4 Socket(s): 1 NUMA node(s): 1 Vendor ID: G

[go-nuts] Re: install go compiler without sudo right

2016-12-20 Thread tungcheungleong
The server is running CENTOS 7.1.15 , Xeon(R) lscpu result ``` Architecture: x86_64 CPU op-mode(s):32-bit, 64-bit Byte Order:Little Endian CPU(s):4 On-line CPU(s) list: 0-3 Thread(s) per core:1 Core(s) per socket:4 Socket(s): 1 NUM

[go-nuts] install go compiler without sudo right

2016-12-20 Thread tungcheungleong
I am trying to install go on my school server (without sudo right) I tried to install go1.4 then use it to install latest go. However, it failed when running all.bash for go1.4 Seems the system doesn't support (or no permission) hard link. I also tried to copy the files from my personal computer

[go-nuts] Re: Go Operator Precedence

2016-10-22 Thread tungcheungleong
I would recommend you use bracket no matter on which language, then people from different language can understand it without risk On Sunday, 6 May 2012 18:34:10 UTC-4, ianeperson wrote: > > The operator precedence in Go is not only shorter than that for C (C+ > +, and their various derivatives),