add codec.RawMessage support
All checks were successful
test / test (push) Successful in 1m36s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-12-23 19:22:21 +03:00
parent f6d61d4cc8
commit aaedc8569a
4 changed files with 17 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ func TestRawMessage(t *testing.T) {
if err != nil {
panic(err)
}
t.Logf("%s", buf)
_ = buf
}
func TestFrame(t *testing.T) {