# satori/go.uuid

UUID package for Go

Repository: https://github.com/satori/go.uuid
Canonical: https://ross.abutalabs.com/products/gouuid
Language: Go
License: MIT
License Family: permissive
Topics: go, uuid
Last push: 2024-08-10T05:37:14+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4824, "days_push": 753, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4902, forks 594 (observed 2026-08-28T04:09:02.133912+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: serialization, developer-tools
- domain: developer-tools
- platform: go, cross-platform
- tags: uuid, rfc4122, identifier-generation, algorithms

## Member repositories
- satori/go.uuid (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:02.133912+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:08.476307+00:00, confidence not recorded.
  - readme: https://github.com/satori/go.uuid (fetched 2026-08-28T04:09:02.133912+00:00, sha 2d79144c377a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
