package net import "net" type LuxDatagram struct { Target *net.UDPAddr Payload []byte }