Re: [go-nuts] 'go run hello.go' taking ~30 seconds on windows

2022-12-14 Thread Robert Engels
I am guessing it is a dns resolution issue during startup. See the GODEBUG netdns settings. > On Dec 14, 2022, at 11:57 AM, Declan Finn wrote: > > Hi, > > Platform: Windows 10 > Go Version: 1.19.4 > > Compile and run of the most basic helloworld program is extremely slow on my > windows ma

[go-nuts] 'go run hello.go' taking ~30 seconds on windows

2022-12-14 Thread Declan Finn
Hi, Platform: Windows 10 Go Version: 1.19.4 Compile and run of the most basic helloworld program is extremely slow on my windows machine, taking roughly 30 seconds every time. Whereas the exact same program, using the same go version, compiles and runs in under 1 second on my Ubuntu machine. Wh