[go-nuts] Re: Go 1.23.0 is released

2024-08-13 Thread x
That's great! I've being waiting for iterators for long. On Tuesday, August 13, 2024 at 11:03:29 AM UTC-6 anno...@golang.org wrote: > Hello gophers, > > We have just released Go 1.23.0. > > To find out what has changed in Go 1.23, read the release notes: > https://go.dev/doc/go1.23 > > You can dow

[go-nuts] Introducing TimeMate - How to make time & microservices work for you with Golang and GRPC

2021-12-15 Thread X Technology
te.com/e/how-to-make-time-microservices-work-for-you-with-golang-and-grpc-tickets-227319457617?aff=ebdssbonlinesearch&keep_tld=1 --- Follow us on: - Twitter https://twitter.com/XTechnology5 - Telegram https://t.me/xtechn - Eventbrite https://www.eventbrite.com/organizati... - Github https:/

[go-nuts] ldflags="-s -w" vs strip

2020-05-27 Thread X Xiao
what's the difference between `go build -ldflags="-s -w"` and `go build` plus `strip myBinary`? it seems their result is different, sometimes running `strip` gives me smaller size, then why bother with ldflags? -- You received this message because you are subscribed to the Google Groups "golang-

Re: [go-nuts] difference response from play.golang (bit operations)

2020-01-03 Thread X-Thief
andrey mirtchovski > > wrote: > > > > https://play.golang.org/p/cpKEQZJKDsh > > > > On Fri, Jan 3, 2020 at 11:24 AM X-Thief > > wrote: > > > > > > thx but have you tried it? it just gives positive on playground. > > > > &g

Re: [go-nuts] difference response from play.golang (bit operations)

2020-01-03 Thread X-Thief
thx but have you tried it? it just gives positive on playground. пятница, 3 января 2020 г., 22:05:48 UTC+4 пользователь Ian Lance Taylor написал: > > On Fri, Jan 3, 2020 at 9:50 AM X-Thief > > wrote: > > > > Hey. Im realy newbish at bit operations > > >

[go-nuts] difference response from play.golang (bit operations)

2020-01-03 Thread X-Thief
Hey. Im realy newbish at bit operations Could you help me get the same result as in https://play.golang.org/p/FWocHVrF0Wt On my PC and my server i got positive number from the script. But i need negative result if it is so Any suggestions?) -- You received this message because you are subscri