kops/vendor/github.com/google/uuid
github-actions 9d64553bf6 Update dependencies 2024-01-02 07:53:50 +00:00
..
CHANGELOG.md Update dependencies 2024-01-02 07:53:50 +00:00
CONTRIBUTING.md Update dependencies 2023-10-27 06:11:07 +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 dependencies 2023-08-31 13:53:46 +03: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 Update dependencies 2023-08-31 13:53:46 +03: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 Update dependencies 2024-01-02 07:53:50 +00:00
util.go Sprig (Toolbox Templating) 2019-02-21 23:45:28 +00:00
uuid.go Update dependencies 2024-01-02 07:53:50 +00: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
version6.go Update dependencies 2024-01-02 07:53:50 +00:00
version7.go Update dependencies 2024-01-02 07:53:50 +00:00

README.md

uuid

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

Go Reference

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