
The Best Go Libraries For UUID (13)
Discover the best Go libraries for UUID! Find the perfect tools to streamline your development and boost productivity. From fastuuid to guid, we've got you covered. Let the coding begin!
fastuuid
Fast generate UUIDv4 as string or bytes
guid
Fast cryptographically safe Guid generator for Go (~10x faster than `uuid`)
sno
Compact, sortable and fast unique IDs with embedded metadata
uuid
Implementation of Universally Unique Identifier (UUID). Supports both creation and parsing of UUIDs. Actively maintained fork of satori uuid
wuid
An extremely fast globally unique number generator
xid
Xid is a globally unique id generator library, ready to be safely used directly in your server code
uuidcheck
A tiny, dependency-free Go library that validates UUIDs against standard RFC 4122 formatting, converts UUIDv7() into UTC timestamps
goid
Generate and Parse RFC4122 compliant V4 UUIDs
gouid
Generate cryptographically secure random string IDs with just one allocation
nanoid
A tiny and efficient Go unique string ID generator
ulid
Go implementation of ULID (Universally Unique Lexicographically Sortable Identifier)
uuid
Generate, encode, and decode UUIDs v1 with fast or cryptographic-quality random node identifier
uuid
Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services