[go-nuts] When "go get" is run in neither a GOPATH directory nor a module-aware directory, should GOPROXY be used or not?

2020-06-02 Thread T L
. -- 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 on the web visit

[go-nuts] Re: How to read system login password from golanguage

2020-06-02 Thread Pat Farrell
On Tuesday, June 2, 2020 at 12:38:46 PM UTC-4, poorni...@gmail.com wrote: > > How to read system login password in go language You can't on most reasonably modern systems -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from

[go-nuts] How to read system login password from golanguage

2020-06-02 Thread poornima7595
How to read system login password in go language -- 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

[go-nuts] TLS dial error pkg variables - Best way to logically detect the type of tls failure

2020-06-02 Thread Kevin Chadwick
I want my client application to behave differently depending upon whether the server is down or it is a "x509: certificate signed by unknown authority" condition. It seems there isn't an errors.Is (btw the dot syntax makes it difficult to google search!) I intend to just string match the

Re: [go-nuts] Re: go2go (generics) and function binding

2020-06-02 Thread Sebastien Binet
AFAIK, there's no release to speak of. "just" a CL one can try out: - https://go-review.googlesource.com/c/go/+/187317 hth, -s ‐‐‐ Original Message ‐‐‐ On Tuesday, June 2, 2020 10:24 AM, wrote: > I didn't know you can already play around with early access releases of Go2 > including

[go-nuts] Re: go2go (generics) and function binding

2020-06-02 Thread Mandolyte
Some info here on how to play with the generics: https://blog.tempus-ex.com/generics-in-go-how-they-work-and-how-to-play-with-them/ -- 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,

[go-nuts] Re: go2go (generics) and function binding

2020-06-02 Thread ffm2002
I didn't know you can already play around with early access releases of Go2 including generics. This is awsome! I promised myself to start working with Go once it has generics. Therefore, could someone tell me where to download the latest version of Go2 or tell me where the branch of it