Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/galdor/go-uuid

Go package to manipulate UUIDs
https://github.com/galdor/go-uuid

go golang uuid uuid-v4 uuid-v7 uuidv4 uuidv7

Last synced: about 1 month ago
JSON representation

Go package to manipulate UUIDs

Awesome Lists containing this project

README

        

# go-uuid
## Introduction
The go-uuid library contains utilities to manipulate UUID unique identifiers
as defined by RFC 4122bis (draft-ietf-uuidrev-rfc4122bis).

It currently supports UUID v4 and v7.

## Usage
Refer to the [Go package documentation](https://pkg.go.dev/go.n16f.net/uuid) for
information about the API.

See the [`uuid` program](cmd/uuid/main.go) for a practical use case.

# Licensing
Go-uuid is open source software distributed under the
[ISC](https://opensource.org/licenses/ISC) license.