Skip to content

V-H-R-Oliveira/simple-uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.