Re: [go-nuts] A question about the atomic operations in golang

2017-01-09 Thread 陈诚
Yes, the author of that post is also me : ) 在 2017年1月9日星期一 UTC+8下午6:30:59,Konstantin Khomoutov写道: > > On Sun, 8 Jan 2017 01:22:59 -0800 (PST) > 陈诚 > wrote: > > > Is the size of a pointer value 32 bits or 64 bits in golang when > > build with `GOARCH=amd64` option specified and running on 64-bit

Re: [go-nuts] A question about the atomic operations in golang

2017-01-09 Thread Konstantin Khomoutov
On Sun, 8 Jan 2017 01:22:59 -0800 (PST) 陈诚 wrote: > Is the size of a pointer value 32 bits or 64 bits in golang when > build with `GOARCH=amd64` option specified and running on 64-bit OS? [...] Isn't it http://stackoverflow.com/q/41531337/720999 ? -- You received this message because you are s