Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 508 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 508 Bytes

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 for information about the API.

See the uuid program for a practical use case.

Licensing

Go-uuid is open source software distributed under the ISC license.