Categorygithub.com/codeallergy/uuid
modulepackage
1.1.0
Repository: https://github.com/codeallergy/uuid.git
Documentation: pkg.go.dev

# 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

# Structs

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author