Re: [go-nuts] Untyped nil means literal nil?

2019-12-19 Thread Ian Lance Taylor
On Thu, Dec 19, 2019 at 4:42 PM Victor Giordano wrote: > > Hello guys, just wanna clarify if the words "Untyped nil" refers to the nil > value placed literally within a expresion, instead of being placed "behind" a > variable, a constanst or a function call return value. So basically, can i > s

[go-nuts] Go modules for non go repository

2019-12-19 Thread evertonjk
Hello- I have a go project with a list of dependencies that are tools. They aren't directly included by any .go files in the repos, so instead I have a file called "tools.go" with a build constraints . One dependency " tools-project" doesn'

[go-nuts] Re: Untyped nil means literal nil?

2019-12-19 Thread Victor Giordano
Just to add context, and please don't take it bad, is that the word "nil" (or null) refers to a value not to a type (in every other language i know and i teach), so if there is something i'm not seeing i guess this is right place to ask. El jueves, 19 de diciembre de 2019, 21:41:59 (UTC-3), Vic

[go-nuts] Untyped nil means literal nil?

2019-12-19 Thread Victor Giordano
Hello guys, just wanna clarify if the words "Untyped nil" refers to the nil value placed literally within a expresion, instead of being placed "behind" a variable, a constanst or a function call return value. So basically, can i say (in a classroom) that untyped nil means literal nil? Is that co

Re: [go-nuts] Locking goroutine to "main" thread

2019-12-19 Thread Everton Marques
See also: https://github.com/faiface/mainthread -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion

[go-nuts] Re: Ajuda sobre logica

2019-12-19 Thread JuciÊ Andrade
Talvez voce prefira postar suas duvidas aqui: https://groups.google.com/forum/#!forum/golang-brasil -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+u