diff options
Diffstat (limited to 'packfile/ingest/api.go')
| -rw-r--r-- | packfile/ingest/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/ingest/api.go b/packfile/ingest/api.go index 860ce5f5..ce366a4f 100644 --- a/packfile/ingest/api.go +++ b/packfile/ingest/api.go @@ -8,7 +8,7 @@ import ( "os" objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/object/storer" + objectstorer "codeberg.org/lindenii/furgit/object/storer" ) // Options controls one pack ingest operation. |
