diff options
| author | 2026-03-25 14:49:17 +0000 | |
|---|---|---|
| committer | 2026-03-25 15:02:22 +0000 | |
| commit | 7847657e0820af98120031f719b8ede635ad8c07 (patch) | |
| tree | 8c4439c78f72f1382edc809b49be33115847b6e7 /cmd/index-pack/main.go | |
| parent | object: Remove type.go (diff) | |
| signature | No signature | |
object: Split each object type into its own package v0.1.108
Diffstat (limited to 'cmd/index-pack/main.go')
| -rw-r--r-- | cmd/index-pack/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/index-pack/main.go b/cmd/index-pack/main.go index 749e5e8a..69cf648a 100644 --- a/cmd/index-pack/main.go +++ b/cmd/index-pack/main.go @@ -9,7 +9,7 @@ import ( "path/filepath" objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/object/storer" + objectstorer "codeberg.org/lindenii/furgit/object/storer" "codeberg.org/lindenii/furgit/packfile/ingest" "codeberg.org/lindenii/furgit/repository" ) |
