diff --git a/decode_struct.go b/decode_struct.go index 2a3d1db..cd66ad4 100644 --- a/decode_struct.go +++ b/decode_struct.go @@ -671,5 +671,4 @@ func (d *structDecoder) decode(buf []byte, cursor int64, p unsafe.Pointer) (int6 } cursor++ } - return cursor, nil }