diff options
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. |
