diff options
| author | 2026-01-19 01:04:52 +0800 | |
|---|---|---|
| committer | 2026-01-19 01:04:52 +0800 | |
| commit | ec5fe2ab6baaf82be1952080bb5a14a8e58d61bb (patch) | |
| tree | 4c1c7e41c529fb5a131a3005a5357293c78f93ab /internal/flatex | |
| parent | hash: Document maxHashSize properly (diff) | |
| signature | No signature | |
More changes from the import URL update
Diffstat (limited to 'internal/flatex')
| -rw-r--r-- | internal/flatex/decompress.go | 2 |
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) { |
