Goid
UUID generator
A UUID generator package in Go.
A UUIDv4 generation package written in go
41 stars
5 watching
4 forks
Language: Go
last commit: almost 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |
twharmon/gouid | Provides universally unique IDs with cryptographic security | 24 |
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 |
matoous/go-nanoid | Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. | 1,292 |
dylanmeeus/hasgo | A code generator for Go with Haskell-inspired immutable and strongly-typed functions. | 141 |
lukeed/uuid | A small library that generates cryptographically secure or fast UUIDs depending on the environment and desired level of security. | 396 |
haskell-hvr/uuid | A Haskell library for working with universally unique identifiers. | 61 |
kayac/go-katsubushi | An ID generation service that supports multiple protocols and provides unique IDs to clients. | 180 |
benwebber/sqlite3-uuid | An extension for generating UUIDs in a SQLite database | 48 |
g4s8/envdoc | Generates documentation for environment variables in Go structs | 61 |
jmattheis/goverter | Tool for generating type-safe converters in Go | 525 |
go-playground/generate | Automates the process of generating setup code in Go projects | 30 |
88250/wide | A web-based IDE for Go language development | 113 |
wc-duck/uuid_h | A C library to generate universally unique identifiers. | 26 |