diff options
Diffstat (limited to 'packet/packet.go')
| -rw-r--r-- | packet/packet.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packet/packet.go b/packet/packet.go new file mode 100644 index 0000000..7b20c3f --- /dev/null +++ b/packet/packet.go @@ -0,0 +1,5 @@ +package packet + +type Packet interface { + Bytes() []byte +} |
