From 30bc08762a5aa33b9f47af304d51ef3878752b2f Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 30 Mar 2026 12:24:49 +0000 Subject: object/store: ReadingStore -> Reader --- cmd/index-pack/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/index-pack/run.go b/cmd/index-pack/run.go index 80e1db25..742548fb 100644 --- a/cmd/index-pack/run.go +++ b/cmd/index-pack/run.go @@ -14,7 +14,7 @@ import ( func run(repoPath, destinationPath, objectFormat string, fixThin, writeRev bool) error { var ( algo objectid.Algorithm - base objectstore.ReadingStore + base objectstore.Reader repo *repository.Repository ) -- cgit v1.3.1-10-gc9f91