Re: [go-nuts] Visual Studio for Mac Retirement, replacement ?

2023-09-02 Thread Björn Graf
Hi, Naming is hard, esp. in MS land: VS Code is not VS for Mac (the full IDE) and the link mentions that VS Code will replace VS for Mac. So, luckily there is no need to find a replacement for VS Code :) Tschüss, Björn From: golang-nuts@googlegroups.com on beha

Re: [go-nuts] no IPv6 for golang proxy ?

2023-02-12 Thread Björn Graf
Hej, Seems to be fine here: $ host proxy.golang.org proxy.golang.org has address 142.251.209.145 proxy.golang.org has IPv6 address 2a00:1450:4005:802::2011 And that pretty much sums up all my knowledge of DNS :) Cheers On Sun, Feb 12, 2023 at 10:12 AM 'Sebastien Binet' via golang-nuts wrote:

Re: [go-nuts] Re: Can’t view golang source when clicking on method name in a pkg.go.dev

2022-04-26 Thread Björn Graf
On Tue, Apr 26, 2022 at 11:12 PM 'Michael Pratt' via golang-nuts wrote: > > This sounds like https://go.dev/issue/48956. In that case, it was some > interference from an extension. Indeed: The same extension caused it for me. Cheers -- You received this message because you are subscribed to t

Re: [go-nuts] Re: Can’t view golang source when clicking on method name in a pkg.go.dev

2022-04-26 Thread Björn Graf
On Tue, Apr 26, 2022 at 10:55 PM Ian Lance Taylor wrote: > > On Tue, Apr 26, 2022 at 12:40 AM christoph...@gmail.com > wrote: > > > > This is a screen capture of what I see https://imgur.com/a/nuBfZeY > > That's odd. I don't see that. And that doesn't look like anything > that Google would disp

Re: [go-nuts] golint warning: should replace errors

2017-07-09 Thread Björn Graf
Ahoy, this warning is about errors.New(fmt.Sprintf()) being the same as fmt.Errorf() and so the latter should be used to reduce complexity. -- bg On Sun, Jul 9, 2017 at 3:32 PM, Tong Sun wrote: > Hi, > > what does the golint warning: *should replace errors* actually means? > > I've just finish

Re: [go-nuts] Re: [golang-dev] go version inconsistency with Linux and Windows

2016-12-05 Thread Björn Graf
On Mon, Dec 5, 2016 at 5:53 PM, Russ Cox wrote: > > [+golang-nuts, bcc golang-dev, per golang.org/wiki/Questions] > > On Mon, Dec 5, 2016 at 10:24 AM, wrote: >> >> Hello, >> I just notice that go version is inconsistency on Linux and Windows. >> I have unexpected return carriage on Windows (not o