From 06cbf10a576f8d8a33f95c1b9dfb44a9e6f7e330 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 11 Jun 2026 07:41:43 +0000 Subject: object/id: Export MaxObjectIDSize --- object/id/object_format_ops.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object/id/object_format_ops.go') diff --git a/object/id/object_format_ops.go b/object/id/object_format_ops.go index 51bcae82..3e15b157 100644 --- a/object/id/object_format_ops.go +++ b/object/id/object_format_ops.go @@ -83,6 +83,6 @@ func (objectFormat ObjectFormat) Sum(data []byte) ObjectID { func (objectFormat ObjectFormat) Zero() ObjectID { return ObjectID{ objectFormat: objectFormat, - data: [maxObjectIDSize]byte{}, + data: [MaxObjectIDSize]byte{}, } } -- cgit v1.3.1-10-gc9f91