badpacket/proto/packet/packet.go
2022-03-06 23:56:48 -06:00

7 lines
66 B
Go

package packet
type Packet struct {
Head *Header
Data []byte
}