package server import "net" type Packet struct { Data []byte Addr net.Addr }