kubernetes-sigs_nfs-subdir-.../vendor/github.com/google/uuid
retornam 5c97cdf178 Upgrade Go to 1.26
- upgrade outdated packages
- upgrade alpine to 3.23

Signed-off-by: Raymond Etornam <retornam@users.noreply.github.com>
2026-02-24 20:35:34 -08:00
..
CONTRIBUTING.md Upgrade Go to 1.26 2026-02-24 20:35:34 -08:00
CONTRIBUTORS Merge commit 'a881aea5f1a87929fb768f05a395cbcaf9812f30' into prow-update-master 2021-11-30 21:17:25 +01:00
LICENSE Merge commit 'a881aea5f1a87929fb768f05a395cbcaf9812f30' into prow-update-master 2021-11-30 21:17:25 +01:00
README.md Upgrade Go to 1.26 2026-02-24 20:35:34 -08:00
dce.go Merge commit 'a881aea5f1a87929fb768f05a395cbcaf9812f30' into prow-update-master 2021-11-30 21:17:25 +01:00
doc.go Merge commit 'a881aea5f1a87929fb768f05a395cbcaf9812f30' into prow-update-master 2021-11-30 21:17:25 +01:00
hash.go Upgrade Go to 1.26 2026-02-24 20:35:34 -08:00
marshal.go rebase: update kube version to 1.23 2022-03-03 12:58:23 +05:30
node.go Merge commit 'a881aea5f1a87929fb768f05a395cbcaf9812f30' into prow-update-master 2021-11-30 21:17:25 +01:00
node_js.go Upgrade Go to 1.26 2026-02-24 20:35:34 -08:00
node_net.go Merge commit 'a881aea5f1a87929fb768f05a395cbcaf9812f30' into prow-update-master 2021-11-30 21:17:25 +01:00
sql.go Upgrade Go to 1.26 2026-02-24 20:35:34 -08:00
time.go Upgrade Go to 1.26 2026-02-24 20:35:34 -08:00
util.go Merge commit 'a881aea5f1a87929fb768f05a395cbcaf9812f30' into prow-update-master 2021-11-30 21:17:25 +01:00
uuid.go Upgrade Go to 1.26 2026-02-24 20:35:34 -08:00
version1.go rebase: update kube version to 1.23 2022-03-03 12:58:23 +05:30
version4.go Upgrade Go to 1.26 2026-02-24 20:35:34 -08: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