diff options
Diffstat (limited to 'loose.go')
| -rw-r--r-- | loose.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,6 @@ package furgit import ( "bytes" - "compress/zlib" "fmt" "io" "os" @@ -10,6 +9,7 @@ import ( "strconv" "git.sr.ht/~runxiyu/furgit/internal/bufpool" + "git.sr.ht/~runxiyu/furgit/internal/zlib" "git.sr.ht/~runxiyu/furgit/internal/zlibx" ) |
