Compare commits

..

No commits in common. "v3" and "v3.10.1" have entirely different histories.
v3 ... v3.10.1

View File

@ -61,7 +61,6 @@ func (c *iso8583Codec) Unmarshal(b []byte, v interface{}, opts ...codec.Option)
return nil return nil
case codec.RawMessage: case codec.RawMessage:
copy(m, b) copy(m, b)
return nil
} }
var spec *iso8583.MessageSpec var spec *iso8583.MessageSpec