update to latest micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2024-09-17 13:03:21 +03:00
parent 0476b2dd5c
commit b19b8813b6
2 changed files with 3 additions and 3 deletions

View File

@@ -20,8 +20,8 @@ var (
)
var (
_ codec.Codec = (*jsonCodec)()
_ codec.CodecV2 = (*jsonCodecV2)()
_ codec.Codec = (*jsonCodec)(nil)
_ codec.CodecV2 = (*jsonCodecV2)(nil)
)
type JsonMarshalOptions struct {