UUID Go Libraries Ranking
Libraries for working with UUIDs.
13 repositories, updated daily.
- Go package for UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.
- Go implementation of ULID (Universally Unique Lexicographically Sortable Identifier).
- Implementation of Universally Unique Identifier (UUID). Supports both creation and parsing of UUIDs. Actively maintained fork of satori uuid.
- Fast cryptographically safe Guid generator for Go (~10x faster than `uuid`).
- A tiny and efficient Go unique string ID generator.
- Generate cryptographically secure random string IDs with just one allocation.
agext/uuid
- Generate, encode, and decode UUIDs v1 with fast or cryptographic-quality random node identifier.
- A tiny, dependency-free Go library that validates UUIDs against standard RFC 4122 formatting, converts UUIDv7() into UTC timestamps.