satori/go.uuid
UUID package for Go observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4824
- days_rel: n/a
- days_push: 753
- n_releases_24m: 0
Adoption not part of the score
4902 stars · 594 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A pure Go package implementing Universally Unique Identifiers (UUIDs) per RFC 4122, supporting creation and parsing of versions 1-5. It offers 100% test coverage and benchmarks out of the box.
Use cases
- generate random uuid v4 in go
- parse uuid from string
- create time-based uuid v1 from timestamp and mac address
- generate name-based md5 or sha1 uuids
- validate and format uuid strings in a go application
When to choose
- you need a mature, widely-used Go UUID library supporting all RFC 4122 versions
- you want a pure Go implementation with no external dependencies
- you need both UUID generation and parsing with strong test coverage
When to avoid
- you need UUID v6/v7 or newer RFC 9562 versions
- you prefer the actively maintained google/uuid package for new projects
- you are not working in Go
Facets
library · maturity maintenance
serialization developer-tools developer-tools go cross-platform uuid rfc4122 identifier-generation algorithms
1 source
- readme: https://github.com/satori/go.uuid · fetched 2026-08-28 · 2d79144c377a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| satori/go.uuid | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem