aboutsummaryrefslogtreecommitdiff
path: root/packfile/ingest/drain.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:21:09 +0000
committerGravatar Runxi Yu2026-03-25 14:21:09 +0000
commit7d9c128ce04875f970c78673500c0a492000398f (patch)
tree4e65166a451f9970c5264fad72e9a8f9634eefb5 /packfile/ingest/drain.go
parentresearch: Dynamic packfile log (diff)
*: objecttype, objectheader -> object/type, object/header
Diffstat (limited to 'packfile/ingest/drain.go')
-rw-r--r--packfile/ingest/drain.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/packfile/ingest/drain.go b/packfile/ingest/drain.go
index ce04fcb4..d37c714e 100644
--- a/packfile/ingest/drain.go
+++ b/packfile/ingest/drain.go
@@ -5,9 +5,9 @@ import (
"io"
"codeberg.org/lindenii/furgit/internal/compress/zlib"
- "codeberg.org/lindenii/furgit/objectheader"
+ objectheader "codeberg.org/lindenii/furgit/object/header"
"codeberg.org/lindenii/furgit/objectid"
- "codeberg.org/lindenii/furgit/objecttype"
+ objecttype "codeberg.org/lindenii/furgit/object/type"
packfmt "codeberg.org/lindenii/furgit/packfile"
)