Skip to content

Commit ea48e51

Browse files
committed
fix: memory handling
1 parent c6a3cd0 commit ea48e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/semistructured/cbor/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ type PositionerI interface {
6060
}
6161
type CurrentBufferI interface {
6262
PositionerI
63-
Bytes() []byte
63+
GetTemporaryData(posBeginIncl uint64, posEndExcl uint64) (temporary []byte)
6464
}

0 commit comments

Comments
 (0)