uuid
ID generator
A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats.
A UUID package for Go
2k stars
21 watching
114 forks
Language: Go
last commit: 10 days ago
Linked from 2 awesome lists
forked-repogouuiduuid-generatoruuid1uuid2uuid3uuid4uuid5
Related projects:
Repository | Description | Stars |
---|---|---|
twharmon/gouid | Provides universally unique IDs with cryptographic security | 24 |
jakenvac/goid | A UUID generator package in Go. | 41 |
matoous/go-nanoid | Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. | 1,292 |
kokizzu/lexid | A fast and customizable ID generator with lexicographically orderable IDs. | 8 |
agext/uuid | A package that generates and manipulates UUIDs v1 with fast or cryptographic-quality random node identifiers. | 18 |
rekby/fastuuid | An optimized implementation of UUIDv4 generators in Go. | 0 |
kayac/go-katsubushi | An ID generation service that supports multiple protocols and provides unique IDs to clients. | 180 |
ak-coram/cl-frugal-uuid | A Common Lisp library providing a simple and efficient way to generate unique identifiers | 23 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |
osamingo/indigo | A distributed unique ID generator that uses Sonyflake and Base58 encoding | 109 |
einar-hjortdal/lexical_uuid | A method for generating universally unique identifiers optimized for database use, designed to be lexicographically sortable. | 4 |
edwingeng/wuid | A fast and unique identifier generator | 532 |
dylanmeeus/hasgo | A code generator for Go with Haskell-inspired immutable and strongly-typed functions. | 141 |
omeid/go-resources | A tool that generates idiomatic Go resources by transforming file contents into an embedded file system | 176 |
hrbrmstr/nanoid | A tool to generate unique and secure identifiers | 6 |