diff options
| author | 2026-03-25 14:21:09 +0000 | |
|---|---|---|
| committer | 2026-03-25 14:21:09 +0000 | |
| commit | 7d9c128ce04875f970c78673500c0a492000398f (patch) | |
| tree | 4e65166a451f9970c5264fad72e9a8f9634eefb5 /objectstore/mix/bytes.go | |
| parent | research: Dynamic packfile log (diff) | |
| signature | No signature | |
*: objecttype, objectheader -> object/type, object/header
Diffstat (limited to 'objectstore/mix/bytes.go')
| -rw-r--r-- | objectstore/mix/bytes.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/objectstore/mix/bytes.go b/objectstore/mix/bytes.go index a251b892..d312eecd 100644 --- a/objectstore/mix/bytes.go +++ b/objectstore/mix/bytes.go @@ -6,7 +6,7 @@ import ( "codeberg.org/lindenii/furgit/objectid" "codeberg.org/lindenii/furgit/objectstore" - "codeberg.org/lindenii/furgit/objecttype" + objecttype "codeberg.org/lindenii/furgit/object/type" ) // ReadBytesFull reads a full serialized object from one backend that has it. |
