buildx/vendor/github.com/google/uuid
CrazyMax 9999fc63e8
vendor: update github.com/google/uuid to v1.6.0
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-02-24 16:52:21 +01:00
..
CHANGELOG.md vendor: update github.com/google/uuid to v1.6.0 2024-02-24 16:52:21 +01:00
CONTRIBUTING.md vendor: github.com/google/uuid v1.5.0 2024-01-26 12:54:40 +01:00
CONTRIBUTORS Extend hcl2 support with more functions 2020-12-23 12:33:55 +01:00
LICENSE Extend hcl2 support with more functions 2020-12-23 12:33:55 +01:00
README.md vendor: github.com/google/uuid v1.5.0 2024-01-26 12:54:40 +01:00
dce.go Extend hcl2 support with more functions 2020-12-23 12:33:55 +01:00
doc.go Extend hcl2 support with more functions 2020-12-23 12:33:55 +01:00
hash.go vendor: update github.com/google/uuid to v1.6.0 2024-02-24 16:52:21 +01:00
marshal.go vendor: update buildkit to 8effd45b 2021-03-22 15:54:07 -07:00
node.go Extend hcl2 support with more functions 2020-12-23 12:33:55 +01:00
node_js.go vendor: github.com/google/uuid v1.5.0 2024-01-26 12:54:40 +01:00
node_net.go Extend hcl2 support with more functions 2020-12-23 12:33:55 +01:00
null.go vendor: update buildkit to 539be170 2021-12-16 11:42:02 -08:00
sql.go vendor: update buildkit to opentelemetry support 2021-07-12 13:42:45 -07:00
time.go vendor: github.com/google/uuid v1.5.0 2024-01-26 12:54:40 +01:00
util.go Extend hcl2 support with more functions 2020-12-23 12:33:55 +01:00
uuid.go vendor: github.com/google/uuid v1.5.0 2024-01-26 12:54:40 +01:00
version1.go vendor: update buildkit to 8effd45b 2021-03-22 15:54:07 -07:00
version4.go vendor: update buildkit to 539be170 2021-12-16 11:42:02 -08:00
version6.go vendor: github.com/google/uuid v1.5.0 2024-01-26 12:54:40 +01:00
version7.go vendor: update github.com/google/uuid to v1.6.0 2024-02-24 16:52:21 +01: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