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.
On your golang project, open a shell, paste and execute the following command: go get github.com/V-H-R-Oliveira/simple-uuid
You can check the examples file.