From 7847657e0820af98120031f719b8ede635ad8c07 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 25 Mar 2026 14:49:17 +0000 Subject: object: Split each object type into its own package --- commitquery/context.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commitquery/context.go') diff --git a/commitquery/context.go b/commitquery/context.go index b87c66a3..df8ddd97 100644 --- a/commitquery/context.go +++ b/commitquery/context.go @@ -4,7 +4,7 @@ package commitquery import ( commitgraphread "codeberg.org/lindenii/furgit/commitgraph/read" objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/object/storer" + objectstorer "codeberg.org/lindenii/furgit/object/storer" ) // Query owns the mutable node arena for commit-domain queries over one object -- cgit v1.3.1-10-gc9f91