diff options
| author | 2026-06-11 07:41:43 +0000 | |
|---|---|---|
| committer | 2026-06-11 07:41:43 +0000 | |
| commit | 06cbf10a576f8d8a33f95c1b9dfb44a9e6f7e330 (patch) | |
| tree | b9002c25c22455c15aab43341c51babb301eeb47 /object/id/object_id.go | |
| parent | internal/format/packfile: OFS distances probably just belong to packfile (diff) | |
object/id: Export MaxObjectIDSize
Diffstat (limited to 'object/id/object_id.go')
| -rw-r--r-- | object/id/object_id.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/id/object_id.go b/object/id/object_id.go index 926142ef..1171504d 100644 --- a/object/id/object_id.go +++ b/object/id/object_id.go @@ -5,5 +5,5 @@ package id //nolint:recvcheck type ObjectID struct { objectFormat ObjectFormat - data [maxObjectIDSize]byte + data [MaxObjectIDSize]byte } |
