package
0.6.0
Repository: https://github.com/sttp/goapi.git
Documentation: pkg.go.dev

# Functions

Compare returns an integer comparing two Guid values.
Equal returns true if the a and b Guid values are equal.
FromBytes creates a new Guid from a byte slice.
New creates a new random Guid value.
NewHashSet creates a new set containing all elements in the specified slice.
Parse decodes a Guid value from a string.

# Variables

Empty is a Guid with a zero value.

# Type aliases

Guid is a standard 128-bit UUID value (16-bytes) that can handle alternate wire serialization encodings.
HashSet represents a distinct collection of Guid values, i.e., a set.