Compare commits
No commits in common. "v3" and "v3.10.2" have entirely different histories.
1
json.go
1
json.go
@ -116,7 +116,6 @@ func (c *jsonCodec) Unmarshal(b []byte, v interface{}, opts ...codec.Option) err
|
|||||||
return nil
|
return nil
|
||||||
case codec.RawMessage:
|
case codec.RawMessage:
|
||||||
copy(m, b)
|
copy(m, b)
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
unmarshalOptions := DefaultUnmarshalOptions
|
unmarshalOptions := DefaultUnmarshalOptions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user