[go-nuts] Re: A global panic handler for crash reporting

2023-12-25 Thread Nikolay Bryskin
Hey, Alan. I'm relatively new to Go, and faced a similar issue - I writing tests for a legacy codebase and want to fail the test if the tested code panics somewhere inside. Almost ten years passed - did you find or create a solution? On Tuesday, June 17, 2014 at 6:01:49 AM UTC+3 Alan Shreve wrot

Re: [go-nuts] How to convert a net.Addr into a netip.AddrPort ?

2023-12-25 Thread christoph...@gmail.com
Solved the conversion question: conn, err := net.DialUDP("udp", nil, remoteAddr) localAddr := conn.LocalAddr().(*net.UDPAddr) Le dimanche 24 décembre 2023 à 19:29:50 UTC+1, Robert Engels a écrit : > github.com/robaho/go-trader has udp multicast support with both server > and client code > > On