aboutsummaryrefslogtreecommitdiff
path: root/objectstore/mix/bytes.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 14:22:09 +0000
committerGravatar Runxi Yu2026-03-25 14:22:09 +0000
commitded805020da7aa309dc07a51c9d219deb29e83f5 (patch)
tree4fa0a6b6ce8e4432a25c1dec4f7b63646e2dad00 /objectstore/mix/bytes.go
parent*: objectid -> object/id (diff)
signatureNo signature
*: Resort import order
Diffstat (limited to 'objectstore/mix/bytes.go')
-rw-r--r--objectstore/mix/bytes.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectstore/mix/bytes.go b/objectstore/mix/bytes.go
index e81fa88c..fcd7b058 100644
--- a/objectstore/mix/bytes.go
+++ b/objectstore/mix/bytes.go
@@ -5,8 +5,8 @@ import (
"fmt"
objectid "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/objectstore"
objecttype "codeberg.org/lindenii/furgit/object/type"
+ "codeberg.org/lindenii/furgit/objectstore"
)
// ReadBytesFull reads a full serialized object from one backend that has it.