diff options
Diffstat (limited to 'object/id/object_format_ops.go')
| -rw-r--r-- | object/id/object_format_ops.go | 2 |
1 files changed, 1 insertions, 1 deletions
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{}, } } |
