# Functions
Bytes parses a ULID and returns the []byte representation of the ULID.
Create a ULID with the specified timestamp.
Determines if the specified uid is the Null or zero-valued ULID.
MustBytes parses the ULID into bytes but panics on errors.
MustParse parses the ULID but panics on errors.
New creates a new montonically increasing ULID in a threadsafe manner using a cryptographically random source of entropy for security (e.g.
Parse a ULID from a string or a []byte (or return a ulid.ULID).
# Variables
No description provided by the author
Null ULID pre-allocated for easier checking.