Move Parser, cleanup to basic

This commit is contained in:
Mochi
2019-10-09 08:30:57 +01:00
parent d5e2312aa7
commit c3af69f714
40 changed files with 732 additions and 709 deletions

View File

@@ -1,5 +1,6 @@
package packets
/*
import (
"testing"
@@ -12,3 +13,4 @@ func TestNewPacket(t *testing.T) {
pk := newPacket(99)
require.Equal(t, nil, pk, "Returned packet should be nil")
}
*/