docs/vendor/github.com/google/uuid
dependabot[bot] 84895b77df
Bump google.golang.org/grpc from 1.36.0 to 1.56.3 (#6088)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.36.0 to 1.56.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.36.0...v1.56.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-05 06:28:45 +00: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
hash.go upgrade to latest dependencies (#3238) 2021-02-12 04:34:41 -08: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
null.go Bump google.golang.org/grpc from 1.36.0 to 1.56.3 (#6088) 2024-08-05 06:28:45 +00:00
sql.go upgrade to latest dependencies (#3238) 2021-02-12 04:34:41 -08: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 Bump google.golang.org/grpc from 1.36.0 to 1.56.3 (#6088) 2024-08-05 06:28:45 +00:00
version1.go upgrade to latest dependencies (#2986) 2020-10-29 14:01:36 -07:00
version4.go Bump google.golang.org/grpc from 1.36.0 to 1.56.3 (#6088) 2024-08-05 06:28:45 +00: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