Skip to content

advbet/uid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uid

GoDoc

This is a Go library for UUID generation. In addition to RFC4122 V5 UUID type, this library can generate two custom UUID types:

  • Time+Rand based. UUID from high precision 64bit time value and cryptographically secure 64bit random sequence.
  • Two 64 bit ints based. UUID from two concatenated int64 values.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages