.
--
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
https://groups.google.com/d/
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 this
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 discussion
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 returne
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 ge
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,
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 resides?