# README
uuid
Golang UUID implementation that supports TimeUUID version
Quick start example:
id := uuid.New(uuid.TimebasedVer1)
id.SetUnixTimeMillis(123)
id.SetCounter(555)
fmt.Print(id.MarshalBinary())
uuid.Parse(id.String())
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
Constants returned by Version.
Constants returned by Version.
Reserved for future definition.
The IETF variant specified in RFC4122.
Reserved, Microsoft Corporation backward compatibility.
Constants returned by Version.
Constants returned by Version.
Constants returned by Variant.
Constants returned by Version.
Constants returned by Version.
Constants returned by Variant.
Constants returned by Version.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author