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:16:06 +03:00
parent 40a459ea18
commit d930c2b246
4 changed files with 65 additions and 23 deletions

2
go.mod
View File

@@ -4,5 +4,5 @@ go 1.16
require (
github.com/ghodss/yaml v1.0.0
github.com/unistack-org/micro/v3 v3.7.1
github.com/unistack-org/micro/v3 v3.7.4
)