Skip to content

victorquinn/uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Go UUID

Simple, dumb UUID generator.

For now, only generates a v4, random guid. Perhaps more later, but no plans at this time as this works for my current use.

Sample Use:

package main

import (
  "fmt"
  "github.com/victorquinn/go-uuid"
)

func main() {
  // get and print a uuid
  fmt.Println(uuid.Generate())
}

Originally pulled from this post

About

Simple UUID generator (only v4, random)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages