Skip to content

mukeshm/uuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uuid

simple UUID v4 library

Getting Started

Installing

Use Go and run go get:

$ go get github.com/mukeshm/uuid

This will retrieve the library and place it in your $GOPATH

Using UUID

Import uuid

import "github.com/mukeshm/uuid"

This will import uuid library into your package

Generating a new UUID v4

u, err := uuid.GenerateV4()
uuid := u.String()

About

simple UUID v4 library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages