Re: [go-nuts] Go install

2022-03-02 Thread Kurtis Rader
Insufficient information. You didn't tell us your OS. You didn't tell us how you installed the Go toolchain. You didn't tell us how you are invoking the Go command. Start by eliminating the "Visual Studio" IDE as a variable. What happens if you open a terminal CLI and simply type "go version"? On

[go-nuts] Go install

2022-03-02 Thread William Molina
Hello, I've been trying to install Go for sometime now and for some reason it keeps denying access to it every time I try to call it in the command prompt. Everything is installed and I'm trying to use it on Visual Studio. If anyone could help me, that would be amazing. Thank you -- You

Re: [go-nuts] New edition of the Go Programming Language comming soon ?

2022-03-02 Thread 'Alan Donovan' via golang-nuts
There certainly are a number of topics that a second edition of our book should cover---context, modules, generics, fuzzing---but I wouldn't say we have anything as grand as a plan for it yet. On Saturday, February 19, 2022 at 12:46:36 PM UTC-5 peter.ar...@gmail.com wrote: > I can't remember

[go-nuts] A Go GUI Developer Survey

2022-03-02 Thread Andy Williams
Today a combined group of Fyne and Gio developers have launched a follow up to the Go Developer Survey – the Go GUI Developer Survey .

[go-nuts] Re: How long does a goroutine could run successively before being preempted? 10ms or 20ms?

2022-03-02 Thread Hans Allen
It seems 10ms. Introduced originally in go1.2 See https://codereview.appspot.com/10796043. On Monday, February 28, 2022 at 9:10:06 PM UTC+8 Hans Allen wrote: > > Since go1.14, cpu busy goroutine will not occupy a P indefinitely any > more. This is done by a cool feature: asynchronously

[go-nuts] Re: How long does a goroutine could run successively before being preempted? 10ms or 20ms?

2022-03-02 Thread Hans Allen
It seems 10ms. Introduced originally in go1.2. See https://codereview.appspot.com/10796043. On Monday, February 28, 2022 at 9:10:06 PM UTC+8 Hans Allen wrote: > > Since go1.14, cpu busy goroutine will not occupy a P indefinitely any > more. This is done by a cool feature: asynchronously

[go-nuts] Canna-tech org looking for US-based Golang dev

2022-03-02 Thread Caleb Pittman
Chello everyone! I'm looking for a US-based Golang developer with ~2+ years experience. I'm with a fast-growing canna-tech company. Find the description here: https://drive.google.com/file/d/1Khn-djS7UoH80s8Nfb2u2nKB90pvj7Tk/view If interested, shoot me an email:

Re: [go-nuts] Golang application local timezone doesn't change with the system timezone

2022-03-02 Thread Roland Müller
Hello, Am Mi., 2. März 2022 um 09:48 Uhr schrieb Brian Candler : > On Tuesday, 1 March 2022 at 22:54:35 UTC carl...@gmail.com wrote: > >> If I had running services written in Go, they would not be aware of the >> timezone change. >> > > I think the current behaviour is reasonable, because it's