open-vault/vendor/github.com/hashicorp/go-uuid
Chris Hoffman a1c8c8459b
Bump Deps (#4868)
* bump deps

* revert script changes

* adding govendor miss
2018-07-06 12:09:34 -04:00
..
LICENSE
README.md Bump Deps (#4868) 2018-07-06 12:09:34 -04:00
uuid.go Utility Enhancements 2016-04-05 20:32:59 -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.