Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 668 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 668 Bytes

UUID generator

A simple library that generates uuids.

Supported versions:

  • version 1
  • version 3
  • version 4
  • version 5

Supported variants:

  • DCE
  • Microsoft
  • Future

The supported namespaces are the ones that are included on the RFC 4122.

The version v1.1.0 added support to custom namespaces. Please check the examples.

How to install the latest version

On your golang project, open a shell, paste and execute the following command: go get github.com/V-H-R-Oliveira/simple-uuid

Usage examples

You can check the examples file.