aboutsummaryrefslogtreecommitdiff
path: root/cmd/show-object/main.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 /cmd/show-object/main.go
parentresearch: Dynamic packfile log (diff)
signatureNo signature
*: objecttype, objectheader -> object/type, object/header
Diffstat (limited to 'cmd/show-object/main.go')
-rw-r--r--cmd/show-object/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/show-object/main.go b/cmd/show-object/main.go
index 0da0c026..0eeebcc1 100644
--- a/cmd/show-object/main.go
+++ b/cmd/show-object/main.go
@@ -11,7 +11,7 @@ import (
"codeberg.org/lindenii/furgit/object"
"codeberg.org/lindenii/furgit/object/stored"
"codeberg.org/lindenii/furgit/objectid"
- "codeberg.org/lindenii/furgit/objecttype"
+ objecttype "codeberg.org/lindenii/furgit/object/type"
"codeberg.org/lindenii/furgit/repository"
)