[go-nuts] Question on cover tool

2023-02-12 Thread Tharaneedharan Vilwanathan
Hi, I was trying the cover tool with this: https://go.dev/blog/cover. I got the HTML output that I can browse and get the coverage (count) details but I am wondering if there is a way to see the count of each line along with the actual line in text output format (i.e. not html). I see this

Re: [go-nuts] Looking for new project that I can start right now

2023-02-12 Thread Martin Schnabel
Hey Kazuya and everybody, sorry for the noise. Just a quick note to check your spam folder in case you did not already see my previous private messages. Have fun! On 2/12/23 15:13, Kazuya Nomura wrote: Dear, Martin How's your weekend? Thank you for your reply. Could you let me know your

[go-nuts] Re: Error Handling

2023-02-12 Thread Harri L
A package err2 helps you to implement the `errReturn` even though Go doesn't have macros or can return from the function enclosing the function checking the error. Please see the playground that does exactly that: https://go.dev/play/p/GvXFU1LbVvs However, I

Re: [go-nuts] Looking for new project that I can start right now

2023-02-12 Thread Kazuya Nomura
Dear, Martin How's your weekend? Thank you for your reply. Could you let me know your discord id? Regards Kazuya On Saturday, February 11, 2023 at 4:28:46 PM UTC+9 Martin Schnabel wrote: > Hey Kazuva, > > the readme describes mostly the problem and gives some ideas for the > proposed

Re: [go-nuts] no IPv6 for golang proxy ?

2023-02-12 Thread Björn Graf
Hej, Seems to be fine here: $ host proxy.golang.org proxy.golang.org has address 142.251.209.145 proxy.golang.org has IPv6 address 2a00:1450:4005:802::2011 And that pretty much sums up all my knowledge of DNS :) Cheers On Sun, Feb 12, 2023 at 10:12 AM 'Sebastien Binet' via golang-nuts

[go-nuts] no IPv6 for golang proxy ?

2023-02-12 Thread 'Sebastien Binet' via golang-nuts
hi there, since a couple of weeks now, it seems I can't go-get update my dependencies through the $GOPROXY: $> go get -u -v go: gioui.org@v0.0.0-20230118222818-e0cf570339bd: Get "https://proxy.golang.org/gioui.org/@v/v0.0.0-20230118222818-e0cf570339bd.mod": dial tcp: lookup proxy.golang.org