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
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:
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
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
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
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