package core import "net" // Handler is a byte code specific packet handler. type Handler func([]byte, *net.UDPAddr, *Server) error