ARO-RP/vendor/github.com/pborman/uuid
darthhexx 1c4e98933e Vendor installer release 4.10
Switches to go.1.17, OCP 4.10, and Kubernetes 1.23 modules.
2022-05-25 14:49:12 +10:00
..
.travis.yml Initial commit 2019-10-15 22:43:52 -05:00
CONTRIBUTING.md Initial commit 2019-10-15 22:43:52 -05:00
CONTRIBUTORS Initial commit 2019-10-15 22:43:52 -05:00
LICENSE Initial commit 2019-10-15 22:43:52 -05:00
README.md Initial commit 2019-10-15 22:43:52 -05:00
dce.go Initial commit 2019-10-15 22:43:52 -05:00
doc.go Initial commit 2019-10-15 22:43:52 -05:00
hash.go Initial commit 2019-10-15 22:43:52 -05:00
marshal.go Initial commit 2019-10-15 22:43:52 -05:00
node.go Initial commit 2019-10-15 22:43:52 -05:00
sql.go Initial commit 2019-10-15 22:43:52 -05:00
time.go move to go.mod, add deps.go, upgrade dependencies, vendor 2020-11-06 11:35:56 -06:00
util.go Initial commit 2019-10-15 22:43:52 -05:00
uuid.go move to go.mod, add deps.go, upgrade dependencies, vendor 2020-11-06 11:35:56 -06:00
version1.go Initial commit 2019-10-15 22:43:52 -05:00
version4.go move to go.mod, add deps.go, upgrade dependencies, vendor 2020-11-06 11:35:56 -06: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