aboutsummaryrefslogtreecommitdiff
path: root/object/id/errors.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-04-02 07:39:49 +0000
committerGravatar Runxi Yu2026-04-02 07:39:49 +0000
commitb5251cf0b42a7ff13c39b327222175d581b62a83 (patch)
tree3ac391eebfd58c95c63863678888886375ea1dfd /object/id/errors.go
parentobject/id: Add algorithm stuff (diff)
signatureNo signature
object/id: Add more object ID stuff
Diffstat (limited to 'object/id/errors.go')
-rw-r--r--object/id/errors.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/object/id/errors.go b/object/id/errors.go
index 11c471ed..5f9a80af 100644
--- a/object/id/errors.go
+++ b/object/id/errors.go
@@ -7,6 +7,5 @@ var (
ErrInvalidAlgorithm = errors.New("objectid: invalid algorithm")
// ErrInvalidObjectID indicates malformed object ID data.
- // ErrInvalidObjectID = errors.New("objectid: invalid object id")
- // TODO
+ ErrInvalidObjectID = errors.New("objectid: invalid object id")
)