good morning!!!!

Skip to content
Snippets Groups Projects
Commit 87925c2f authored by Garet Halliday's avatar Garet Halliday
Browse files

disclaimer pt 2 lol

parent 01bdcb85
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ package protocol
import "io"
// codegen: modify for debug only
type Packet interface {
Read(reader io.Reader) error
Write(writer io.Writer) (int, error)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment