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