func main() { pkt := &packet.Packet{ Kind: packet.Response, Src: "foo", Dest: "bar", Sequence: 2, } sendPacket(pkt) }