Universally Unique Lexicographically Sortable Identifier (ULID) in Go
.
A Go port of alizain/ulid (https://github.com/alizain/ulid) with binary
format implemented.
.
A ULID is a replacement for GUID/UUIDs with some useful properties:
.
* Lexicographically sortable.
* Compatible with UUID/GUIDs.
* Very fast generation.
* Canonically encoded as a 26 character string.
Installed Size: 57.3 kB
Architectures: all