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 41060a5b..2a19c6fb 100644 --- a/objectstore/chain/reader.go +++ b/objectstore/chain/reader.go @@ -7,7 +7,7 @@ import ( "codeberg.org/lindenii/furgit/objectid" "codeberg.org/lindenii/furgit/objectstore" - "codeberg.org/lindenii/furgit/objecttype" + objecttype "codeberg.org/lindenii/furgit/object/type" ) // ReadReaderFull reads a full serialized object stream from the first backend that has it. |
