fix codec.Frame in case of flatten struct tag

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-09-24 00:29:28 +03:00
parent 281ad5650e
commit 01482ba790
4 changed files with 69 additions and 28 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.16
require (
github.com/BurntSushi/toml v0.4.1
github.com/unistack-org/micro/v3 v3.7.1
github.com/unistack-org/micro/v3 v3.7.4
)