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
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