kops/vendor/github.com/google/uuid
Ole Markus With ce2e877aeb Remove bazel files from vendor 2022-04-12 13:29:03 +02:00
..
.travis.yml Sprig (Toolbox Templating) 2019-02-21 23:45:28 +00:00
CONTRIBUTING.md Sprig (Toolbox Templating) 2019-02-21 23:45:28 +00:00
CONTRIBUTORS Sprig (Toolbox Templating) 2019-02-21 23:45:28 +00:00
LICENSE Sprig (Toolbox Templating) 2019-02-21 23:45:28 +00:00
README.md Update k8s dependencies to 1.20.0-beta.2 2020-11-18 10:58:11 -06:00
dce.go Sprig (Toolbox Templating) 2019-02-21 23:45:28 +00:00
doc.go Sprig (Toolbox Templating) 2019-02-21 23:45:28 +00:00
hash.go Update Controller Runtime Go module to v0.8.2 2021-02-25 20:34:12 +00:00
marshal.go Update k8s dependencies to 1.20.0-beta.2 2020-11-18 10:58:11 -06:00
node.go Update vendor 2020-01-17 06:38:43 -05:00
node_js.go Sprig (Toolbox Templating) 2019-02-21 23:45:28 +00:00
node_net.go Sprig (Toolbox Templating) 2019-02-21 23:45:28 +00:00
null.go Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00
sql.go Update Controller Runtime Go module to v0.8.2 2021-02-25 20:34:12 +00:00
time.go Sprig (Toolbox Templating) 2019-02-21 23:45:28 +00:00
util.go Sprig (Toolbox Templating) 2019-02-21 23:45:28 +00:00
uuid.go Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00
version1.go Update k8s dependencies to 1.20.0-beta.2 2020-11-18 10:58:11 -06:00
version4.go Bump cert-manager godep to 1.6.1 2021-11-18 19:22:50 +01:00

README.md

uuid build status

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

This package is based on the github.com/pborman/uuid package (previously named code.google.com/p/go-uuid). It differs from these earlier packages in that a UUID is a 16 byte array rather than a byte slice. One loss due to this change is the ability to represent an invalid UUID (vs a NIL UUID).

Install

go get github.com/google/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://pkg.go.dev/github.com/google/uuid