terraform-provider-gitea/vendor/github.com/hashicorp/go-uuid
Tobias Trabelsi e1266ebf64
Some checks reported errors
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
updated GHA
Update to v2 SDK
updated dependencies
2022-08-06 16:21:18 +02:00
..
.travis.yml add vendor 2022-04-03 09:37:16 +05:30
LICENSE updated GHA 2022-08-06 16:21:18 +02:00
README.md add vendor 2022-04-03 09:37:16 +05:30
uuid.go updated GHA 2022-08-06 16:21:18 +02:00

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.