Tonis Tiigi 334c93fbbe vendor: update buildkit to opentelemetry support
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
..
.travis.yml Extend hcl2 support with more functions
CONTRIBUTING.md Extend hcl2 support with more functions
CONTRIBUTORS Extend hcl2 support with more functions
LICENSE Extend hcl2 support with more functions
README.md vendor: update buildkit to 8effd45b
dce.go Extend hcl2 support with more functions
doc.go Extend hcl2 support with more functions
go.mod Extend hcl2 support with more functions
hash.go vendor: update buildkit to opentelemetry support
marshal.go vendor: update buildkit to 8effd45b
node.go Extend hcl2 support with more functions
node_js.go Extend hcl2 support with more functions
node_net.go Extend hcl2 support with more functions
sql.go vendor: update buildkit to opentelemetry support
time.go Extend hcl2 support with more functions
util.go Extend hcl2 support with more functions
uuid.go vendor: update buildkit to opentelemetry support
version1.go vendor: update buildkit to 8effd45b
version4.go vendor: update buildkit to opentelemetry support

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