open-vault/vendor/github.com/hashicorp/go-uuid
Jeff Mitchell 4e7ce6f42b
Update deps (#6580)
* Update deps

* Change azure dep to match plugin
2019-04-12 11:51:37 -04:00
..
go.mod Update Deps (#5454) 2018-10-03 09:55:26 -07:00
LICENSE
README.md
uuid.go Update deps (#6580) 2019-04-12 11:51:37 -04: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.