tile38/vendor/github.com/hashicorp/go-uuid
tidwall 712da8aefa Updated Kafka client 2020-06-24 14:20:22 -07:00
..
.travis.yml Updated Kafka client 2020-06-24 14:20:22 -07:00
LICENSE Updated Kafka client 2020-06-24 14:20:22 -07:00
README.md Updated Kafka client 2020-06-24 14:20:22 -07:00
go.mod Updated Kafka client 2020-06-24 14:20:22 -07:00
uuid.go Updated Kafka client 2020-06-24 14:20:22 -07:00

README.md

uuid Build Status

Generates UUID-format strings using high quality, purely random bytes. It is not intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.

Documentation

The full documentation is available on Godoc.