[go-nuts] Re: Generics, please go away!

2020-12-29 Thread 'Rick Timmis' via golang-nuts
My point of view is that Generics should not become part of the Go standard library. I appreciate there are use cases where it is very helpful to have, but I do not believe that adds value to Go. The real value for Go is it's simplicity, avoidance of generics and avoidance of classes. This makes

[go-nuts] http client GET with err : dial tcp:look up xxxxx: Temporary failure in name resolution

2018-08-28 Thread 'Rick Timmis' via golang-nuts
Hi, try running your code in a debugger, it smells like a DNS resolution failing, leaving your code awaiting a response. In a debugger you would be able to see this happening HTH -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe fr