An open API service indexing awesome lists of open source software.

https://github.com/minhajuddin/prefixed_uuids

A Go package that adds type-safe prefixes to UUIDs, making them shorter and more readable. Converts standard UUIDs (36 chars) to prefixed format (27 chars) like `user.AZXje_k_dRiprKK-aEY8fg`. Includes URL-safe encoding and easy entity type registration. Perfect for database IDs, API endpoints, and logging where type context is valuable.
https://github.com/minhajuddin/prefixed_uuids

golang golang-library ids prefixed

Last synced: about 1 year ago
JSON representation

A Go package that adds type-safe prefixes to UUIDs, making them shorter and more readable. Converts standard UUIDs (36 chars) to prefixed format (27 chars) like `user.AZXje_k_dRiprKK-aEY8fg`. Includes URL-safe encoding and easy entity type registration. Perfect for database IDs, API endpoints, and logging where type context is valuable.

Awesome Lists containing this project