fix up example

This commit is contained in:
Joel Wetzell
2026-05-30 09:49:48 -05:00
parent c179b8fc26
commit 07ff9daf88
-4
View File
@@ -23,10 +23,6 @@ func main() {
defer connection.Close()
buffer := make([]byte, 1024)
if err != nil {
panic(err)
}
for {
bytesRead, _, err := connection.ReadFromUDP(buffer)