1 2 3 4 5 6 7 8 9
package crawler import "net" // Unprocessed packet from socket type packet struct { b []byte raddr net.UDPAddr }