diff options
| author | 2026-03-25 14:22:09 +0000 | |
|---|---|---|
| committer | 2026-03-25 14:22:09 +0000 | |
| commit | ded805020da7aa309dc07a51c9d219deb29e83f5 (patch) | |
| tree | 4fa0a6b6ce8e4432a25c1dec4f7b63646e2dad00 /objectstore/chain/reader.go | |
| parent | *: objectid -> object/id (diff) | |
| signature | No signature | |
*: Resort import order
Diffstat (limited to 'objectstore/chain/reader.go')
| -rw-r--r-- | objectstore/chain/reader.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
