git-lfs/vendor/github.com/hashicorp/go-uuid
brian m. carlson e876f2a869
go.mod: add SPNEGO modules
We'll need some additional dependencies to add support for Kerberos to
Git LFS.  In order to support HTTP SPNEGO (Negotiate) support, add the
required modules and vendor their dependencies.
2019-12-09 15:35:53 +00:00
..
.travis.yml go.mod: add SPNEGO modules 2019-12-09 15:35:53 +00:00
go.mod go.mod: add SPNEGO modules 2019-12-09 15:35:53 +00:00
LICENSE go.mod: add SPNEGO modules 2019-12-09 15:35:53 +00:00
README.md go.mod: add SPNEGO modules 2019-12-09 15:35:53 +00:00
uuid.go go.mod: add SPNEGO modules 2019-12-09 15:35:53 +00: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.