diff options
| author | 2025-11-19 08:00:00 +0800 | |
|---|---|---|
| committer | 2025-11-19 08:00:00 +0800 | |
| commit | 241e00a914d65b086501f2525f4c92d16532b93f (patch) | |
| tree | 9116c3b189edde369b8b1f69af3d4bc73c3b0c62 /internal | |
| parent | Our zlib ought to be read-only for now (diff) | |
| signature | No signature | |
zlib: Use internal adler32
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/zlib/reader.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/zlib/reader.go b/internal/zlib/reader.go index 45d3087c..2c8fd215 100644 --- a/internal/zlib/reader.go +++ b/internal/zlib/reader.go @@ -37,10 +37,10 @@ import ( "encoding/binary" "errors" "hash" - "hash/adler32" "io" "sync" + "git.sr.ht/~runxiyu/furgit/internal/adler32" "git.sr.ht/~runxiyu/furgit/internal/flate" ) |
