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

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-12-23 20:42:13 +03:00
parent bfb0881b0f
commit 974847663d
4 changed files with 24 additions and 158 deletions

View File

@@ -38,6 +38,7 @@ func TestFrameFlatten(t *testing.T) {
}
func TestStructByTag(t *testing.T) {
t.Skip()
type Str struct {
Name []string `msgpack:"name" codec:"flatten"`
}