diff options
| author | 2026-04-02 07:39:49 +0000 | |
|---|---|---|
| committer | 2026-04-02 07:39:49 +0000 | |
| commit | b5251cf0b42a7ff13c39b327222175d581b62a83 (patch) | |
| tree | 3ac391eebfd58c95c63863678888886375ea1dfd /object/id/errors.go | |
| parent | object/id: Add algorithm stuff (diff) | |
| signature | No signature | |
object/id: Add more object ID stuff
Diffstat (limited to 'object/id/errors.go')
| -rw-r--r-- | object/id/errors.go | 3 |
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") ) |
