Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uuid

The uuid package generates UUIDs based on RFC 4122: Time-Based UUID

Install

go get -u github.com/m7shapan/uuid

How to use

package main

import (
	"fmt"

	"github.com/m7shapan/uuid"
)

func main() {
	fmt.Println(uuid.NewUUID()) // 2bf08894-47a3978-bbdd8c85-70d16847
}

About

Go package for UUIDs based on RFC 4122 Time-Based UUID

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages