aboutsummaryrefslogtreecommitdiff
path: root/object/storer/loose/paths.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:49:17 +0000
committerGravatar Runxi Yu2026-03-25 15:02:22 +0000
commit7847657e0820af98120031f719b8ede635ad8c07 (patch)
tree8c4439c78f72f1382edc809b49be33115847b6e7 /object/storer/loose/paths.go
parentobject: Remove type.go (diff)
signatureNo signature
object: Split each object type into its own package v0.1.108
Diffstat (limited to 'object/storer/loose/paths.go')
-rw-r--r--object/storer/loose/paths.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/storer/loose/paths.go b/object/storer/loose/paths.go
index 73cb0cf3..58ef6b8e 100644
--- a/object/storer/loose/paths.go
+++ b/object/storer/loose/paths.go
@@ -8,7 +8,7 @@ import (
"path/filepath"
objectid "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/object/storer"
+ objectstorer "codeberg.org/lindenii/furgit/object/storer"
)
// objectPath returns the loose object path for id relative to the objects root.