Documentation
¶
Overview ¶
Package ulid provides a hand-rolled ULID generator. ULIDs are 128-bit identifiers: 48-bit millisecond timestamp + 80-bit random component, encoded as 26-character Crockford Base32 strings. Within the same millisecond, a monotonic counter ensures lexicographic ordering. Thread-safe.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.