aboutsummaryrefslogtreecommitdiff
path: root/packfile/object_type.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/object_type.go
parentresearch: Dynamic packfile log (diff)
signatureNo signature
*: objecttype, objectheader -> object/type, object/header
Diffstat (limited to 'packfile/object_type.go')
-rw-r--r--packfile/object_type.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/object_type.go b/packfile/object_type.go
index 559222ba..8382baa9 100644
--- a/packfile/object_type.go
+++ b/packfile/object_type.go
@@ -1,6 +1,6 @@
package packfile
-import "codeberg.org/lindenii/furgit/objecttype"
+import objecttype "codeberg.org/lindenii/furgit/object/type"
// IsBaseObjectType reports whether ty is one of the four canonical object
// types encoded directly in pack entries.