k3s/vendor/github.com/pborman/uuid
Darren Shepherd d246c89254 go mod vendor
2019-09-05 15:16:39 -07:00
..
.travis.yml go mod vendor 2019-09-05 15:16:39 -07:00
CONTRIBUTING.md Update vendor 2019-08-30 23:08:05 -07:00
CONTRIBUTORS Update vendor 2019-01-11 21:58:27 -07:00
dce.go Update vendor 2019-08-30 23:08:05 -07:00
doc.go go mod vendor 2019-09-05 15:16:39 -07:00
go.mod go mod vendor 2019-09-05 15:16:39 -07:00
go.sum go mod vendor 2019-09-05 15:16:39 -07:00
hash.go Update vendor 2019-08-30 23:08:05 -07:00
LICENSE Update vendor 2019-01-11 21:58:27 -07:00
marshal.go go mod vendor 2019-09-05 15:16:39 -07:00
node.go go mod vendor 2019-09-05 15:16:39 -07:00
README.md go mod vendor 2019-09-05 15:16:39 -07:00
sql.go go mod vendor 2019-09-05 15:16:39 -07:00
time.go go mod vendor 2019-09-05 15:16:39 -07:00
util.go go mod vendor 2019-09-05 15:16:39 -07:00
uuid.go go mod vendor 2019-09-05 15:16:39 -07:00
version1.go go mod vendor 2019-09-05 15:16:39 -07:00
version4.go go mod vendor 2019-09-05 15:16:39 -07:00

This project was automatically exported from code.google.com/p/go-uuid

uuid build status

The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

This package now leverages the github.com/google/uuid package (which is based off an earlier version of this package).

Install

go get github.com/pborman/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://godoc.org/github.com/pborman/uuid