che-operator/vendor/github.com/pborman/uuid
Anatolii Bazko a8c155409d
Make che-operator non blocking (#212)
* Make che-operator non-blocking

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2020-04-10 17:19:14 +03:00
..
.travis.yml Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
CONTRIBUTING.md Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
CONTRIBUTORS Update vendor 2019-03-19 15:59:09 +02:00
LICENSE Update vendor 2019-03-19 15:59:09 +02:00
README.md Make che-operator non blocking (#212) 2020-04-10 17:19:14 +03:00
dce.go Update vendor 2019-03-19 15:59:09 +02:00
doc.go Update vendor 2019-03-19 15:59:09 +02:00
hash.go Update vendor 2019-03-19 15:59:09 +02:00
marshal.go Update vendor 2019-03-19 15:59:09 +02:00
node.go Update vendor 2019-03-19 15:59:09 +02:00
sql.go Update vendor 2019-03-19 15:59:09 +02:00
time.go Update vendor 2019-03-19 15:59:09 +02:00
util.go Update vendor 2019-03-19 15:59:09 +02:00
uuid.go Update vendor 2019-03-19 15:59:09 +02:00
version1.go Update vendor 2019-03-19 15:59:09 +02:00
version4.go Update vendor 2019-03-19 15:59:09 +02:00

README.md

This project was automatically exported from code.google.com/p/go-uuid

uuid build status

The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

This package now leverages the github.com/google/uuid package (which is based off an earlier version of this package).

Install

go get github.com/pborman/uuid

Documentation

GoDoc

Full go doc style documentation for the package can be viewed online without installing this package by using the GoDoc site here: http://godoc.org/github.com/pborman/uuid