dependabot[bot] f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 hace 2 meses
..
CHANGELOG.md f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 hace 2 meses
CONTRIBUTING.md f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 hace 2 meses
CONTRIBUTORS 1bd3cc5858 revendor hace 2 meses
LICENSE 1bd3cc5858 revendor hace 2 meses
README.md f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 hace 2 meses
dce.go 1bd3cc5858 revendor hace 2 meses
doc.go 1bd3cc5858 revendor hace 2 meses
hash.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 hace 2 meses
marshal.go 1bd3cc5858 revendor hace 2 meses
node.go 1bd3cc5858 revendor hace 2 meses
node_js.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 hace 2 meses
node_net.go 1bd3cc5858 revendor hace 2 meses
null.go 1bd3cc5858 revendor hace 2 meses
sql.go 1bd3cc5858 revendor hace 2 meses
time.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 hace 2 meses
util.go 1bd3cc5858 revendor hace 2 meses
uuid.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 hace 2 meses
version1.go 1bd3cc5858 revendor hace 2 meses
version4.go 1bd3cc5858 revendor hace 2 meses
version6.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 hace 2 meses
version7.go f89f15e9c9 build(deps): bump k8s.io/apiextensions-apiserver from 0.29.15 to 0.35.1 hace 2 meses

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