aboutsummaryrefslogtreecommitdiff
path: root/objectstore/chain
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/chain
parent*: objectid -> object/id (diff)
signatureNo signature
*: Resort import order
Diffstat (limited to 'objectstore/chain')
-rw-r--r--objectstore/chain/bytes.go2
-rw-r--r--objectstore/chain/header.go2
-rw-r--r--objectstore/chain/reader.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/objectstore/chain/bytes.go b/objectstore/chain/bytes.go
index 83d8957b..ac537e99 100644
--- a/objectstore/chain/bytes.go
+++ b/objectstore/chain/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 the first backend that has it.
diff --git a/objectstore/chain/header.go b/objectstore/chain/header.go
index 44a365a5..3e7d6dd4 100644
--- a/objectstore/chain/header.go
+++ b/objectstore/chain/header.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"
)
// ReadHeader reads object header data from the first backend that has it.
diff --git a/objectstore/chain/reader.go b/objectstore/chain/reader.go
index d68f9965..dc71c5fd 100644
--- a/objectstore/chain/reader.go
+++ b/objectstore/chain/reader.go
@@ -6,8 +6,8 @@ import (
"io"
objectid "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/objectstore"
objecttype "codeberg.org/lindenii/furgit/object/type"
+ "codeberg.org/lindenii/furgit/objectstore"
)
// ReadReaderFull reads a full serialized object stream from the first backend that has it.