Skip to content

Commit

Permalink
v1.0.2 prep, codecov improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCoretta committed Mar 2, 2024
1 parent 5317854 commit f3dc0b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Package objectid implements ASN.1 Object Identifier types and methods.
# Features
- Unsigned 128-bit numberForm support (allows for expressing registrations found below {joint-iso-itu-t(2) uuid(25)}, per ITU-T Rec. X.667.
- Unsigned 128-bit number form support (allows for expressing registrations found below {joint-iso-itu-t(2) uuid(25)}, per ITU-T Rec. X.667.
- Flexible index support, allowing interrogation through negative indices without the risk of panic
- Convenient Leaf, Parent and Root index alias methods, wherever applicable
- Ge, Gt, Le, Lt, Equal comparison methods for interacting with NumberForm instances
- Ge, Gt, Le, Lt, Equal comparison methods for interacting with [NumberForm] instances
# License
Expand All @@ -16,7 +16,7 @@ For further details, see the LICENSE file within the root of the source reposito
# NumberForm Maximum
Valid NumberForm instances may fall between the minimum decimal value of zero (0) and the maximum decimal value of 340,282,366,920,938,463,463,374,607,431,768,211,455 (three hundred forty undecillion and change). This ensures no panics occur when parsing valid UUID-based object identifiers, such as those found beneath joint-iso-itu-t(2) uuid(25) per [X.667](https://www.itu.int/rec/T-REC-X.667).
Valid [NumberForm] instances may fall between the minimum decimal value of zero (0) and the maximum decimal value of 340,282,366,920,938,463,463,374,607,431,768,211,455 (three hundred forty undecillion and change). This ensures no panics occur when parsing UUID-based [OID]s.
# Special Credit
Expand Down

0 comments on commit f3dc0b1

Please sign in to comment.