aboutsummaryrefslogtreecommitdiff
path: root/internal/flatex/decompress.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-01-19 01:04:52 +0800
committerGravatar Runxi Yu2026-01-19 01:04:52 +0800
commitec5fe2ab6baaf82be1952080bb5a14a8e58d61bb (patch)
tree4c1c7e41c529fb5a131a3005a5357293c78f93ab /internal/flatex/decompress.go
parenthash: Document maxHashSize properly (diff)
signatureNo signature
More changes from the import URL update
Diffstat (limited to 'internal/flatex/decompress.go')
-rw-r--r--internal/flatex/decompress.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/flatex/decompress.go b/internal/flatex/decompress.go
index 641b6e7a..065e23f3 100644
--- a/internal/flatex/decompress.go
+++ b/internal/flatex/decompress.go
@@ -3,7 +3,7 @@ package flatex
import (
"io"
- "git.sr.ht/~runxiyu/furgit/internal/bufpool"
+ "codeberg.org/lindenii/furgit/internal/bufpool"
)
func DecompressSized(src []byte, sizeHint int) (bufpool.Buffer, int, error) {