[go-nuts] Re: go tool cover vs go tool covdata

2024-07-12 Thread Zxilly Chou
Simply, cover for text format coverage and covdata for bianry format. 在2024年7月10日星期三 UTC+8 18:07:21 写道: > what is the difference between go tool cover and go tool covdata ? > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from t

Re: [go-nuts] Inquiry about gccgo Upgrade Timeline

2024-07-12 Thread Ian Lance Taylor
On Fri, Jul 12, 2024 at 6:12 AM Tanawatra Chantaranit wrote: > > I'm interested in using gccgo and was wondering if there's any information > available regarding its upgrade timeline. Is there a specific version or > feature set planned for the next upgrade? Unfortunately I have had very little

Re: [go-nuts] How does embedding without some specific methods work?

2024-07-12 Thread Ian Lance Taylor
On Fri, Jul 12, 2024 at 6:12 AM William Tang wrote: > > I’m reading the current implementation of io.Copy for TCPConn. It has a > struct called tcpConnWithoutWriteTo 3, which will cause the WriterTo casting > from a io.Reader to fail 1. How and why does it work internally? When there are two pr

[go-nuts] How does embedding without some specific methods work?

2024-07-12 Thread William Tang
I’m reading the current implementation of io.Copy for TCPConn. It has a struct called tcpConnWithoutWriteTo 3 , which will cause the WriterTo casting from a io.Reader to fail 1

[go-nuts] Inquiry about gccgo Upgrade Timeline

2024-07-12 Thread Tanawatra Chantaranit
Hi all, I'm interested in using gccgo and was wondering if there's any information available regarding its upgrade timeline. Is there a specific version or feature set planned for the next upgrade? Thanks, Tanawatra C. -- You received this message because you are subscribed to the Google Gr