docs/vendor/github.com/google/uuid
knative-automation f9a59e7e11
upgrade to latest dependencies (#2986)
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-29 14:01:36 -07:00
..
.travis.yml Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
CONTRIBUTING.md Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
CONTRIBUTORS Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
LICENSE Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
README.md upgrade to latest dependencies (#2986) 2020-10-29 14:01:36 -07:00
dce.go Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
doc.go Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
go.mod Switch from dep to go mod (#2718) 2020-08-26 13:58:06 -07:00
hash.go Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
marshal.go upgrade to latest dependencies (#2986) 2020-10-29 14:01:36 -07:00
node.go Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
node_js.go Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
node_net.go Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
sql.go Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
time.go Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
util.go Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
uuid.go Hello world - Go for Knative Eventing. (#1862) 2019-10-23 11:01:28 -07:00
version1.go upgrade to latest dependencies (#2986) 2020-10-29 14:01:36 -07:00
version4.go upgrade to latest dependencies (#2986) 2020-10-29 14:01:36 -07: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