Skip to content

Latest commit

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Goid

A Go package to generate V4 UUIDs

Go Report Cardcover.runGo Docs

Documentation

The API docs can be viewed here or generated with godoc.

Usage

An example of generating a v4 UUID and outputting it

import (
"fmt""github.com/jakehl/goid"
)
funcmain() {
v4UUID:=goid.NewV4UUID()
fmt.Println(v4UUID)
}

Todo

  • Add optimised bulk UUID generation

References

The following sources were referenced during the development of this project

About

A UUIDv4 generation package written in go

Resources

Stars

41 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages