aboutsummaryrefslogtreecommitdiff
path: root/object/object.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 /object/object.go
parentresearch: Dynamic packfile log (diff)
signatureNo signature
*: objecttype, objectheader -> object/type, object/header
Diffstat (limited to 'object/object.go')
-rw-r--r--object/object.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/object.go b/object/object.go
index 9a402336..70d418df 100644
--- a/object/object.go
+++ b/object/object.go
@@ -2,7 +2,7 @@
// tag.
package object
-import "codeberg.org/lindenii/furgit/objecttype"
+import objecttype "codeberg.org/lindenii/furgit/object/type"
// Object is a Git object that can serialize itself.
type Object interface {