Skip to content

This package to generate a UUID according to the RFC 4122 standard. Only support for version 4 are built-in.

Notifications You must be signed in to change notification settings

delaemon/go-uuidv4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-uuidv4

Build Status GoCover GoDoc

##Description This package to generate a UUID according to the RFC 4122 standard. Only support for version 4 are built-in.

##Installation This package can be installed with the go get command:

go get github.com/delaemon/go-uuidv4

##Usage

package main

import (
	"github.com/delaemon/go-uuidv4"
)

func main() {
	uuid, err := uuidv4.Generate()
}

About

This package to generate a UUID according to the RFC 4122 standard. Only support for version 4 are built-in.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages