mirror of https://github.com/knative/client.git
bumping knative.dev/networking f3c57a0...acdfd41: > acdfd41 upgrade (# 474) > 0f2f509 upgrade to latest dependencies (# 473) bumping knative.dev/pkg 64ab22b...21eb4c1: > 21eb4c1 Bump assorted dependencies to their latest versions (# 2205) > 552bbc1 Support the webhook serving over non-TLS. (# 2204) bumping knative.dev/serving 4dc9fc6...ac8d05d: > ac8d05d upgrade to latest dependencies (# 11765) > 21abbd3 Update net-kourier nightly (# 11762) > 922f8c1 Update net-contour nightly (# 11764) > 3d992b7 Update net-certmanager nightly (# 11763) > 2771c89 Adding config to enable setting concurrencyStateEndpoint (# 11699) > 2b25982 upgrade to latest dependencies (# 11759) > e79dc8c Update net-contour nightly (# 11756) > d22d04e Update net-istio nightly (# 11757) > 9d8f841 Update net-kourier nightly (# 11758) > e0bbc3a Update the pull request workflow link on DEVELOPMENT.md (# 11752) > 0313d84 upgrade to latest dependencies (# 11754) > 6301a5b Update net-kourier nightly (# 11749) > 42aafb6 Update net-contour nightly (# 11741) bumping knative.dev/eventing 486c349...5c7b553: > 5c7b553 update deps (# 5625) > 7d502ca Only reconcile CRDs labeled with the duck key/value (# 5601) > a8a3063 Run conformance tests as project admin (# 5596) Signed-off-by: Knative Automation <automation@knative.team> |
||
|---|---|---|
| .. | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| CONTRIBUTORS | ||
| LICENSE | ||
| README.md | ||
| dce.go | ||
| doc.go | ||
| go.mod | ||
| hash.go | ||
| marshal.go | ||
| node.go | ||
| node_js.go | ||
| node_net.go | ||
| null.go | ||
| sql.go | ||
| time.go | ||
| util.go | ||
| uuid.go | ||
| version1.go | ||
| version4.go | ||
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
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