mirror of
https://github.com/mochi-mqtt/server.git
synced 2025-10-23 16:13:20 +08:00
Move Parser, cleanup to basic
This commit is contained in:
@@ -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")
|
||||
}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user