From c2cb06aa23a1769a0d84756acccf1ac1358f61ef Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 10 Mar 2026 14:07:54 +0800 Subject: *: format/pack -> packfile; format/delta -> delta; delete format --- cmd/index-pack/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/index-pack/main.go b/cmd/index-pack/main.go index cfd80f6a..37458744 100644 --- a/cmd/index-pack/main.go +++ b/cmd/index-pack/main.go @@ -8,9 +8,9 @@ import ( "os" "path/filepath" - "codeberg.org/lindenii/furgit/format/pack/ingest" "codeberg.org/lindenii/furgit/objectid" "codeberg.org/lindenii/furgit/objectstore" + "codeberg.org/lindenii/furgit/packfile/ingest" "codeberg.org/lindenii/furgit/repository" ) -- cgit v1.3.1-10-gc9f91