k3s/vendor/github.com/pborman/uuid
Jordan Liggitt e2e1f497d0 github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
..
.travis.yml github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
BUILD github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
CONTRIBUTING.md github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
CONTRIBUTORS
LICENSE
README.md github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
dce.go generated: hack/update-vendor.sh 2019-04-03 10:19:40 -04:00
doc.go github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
go.mod github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
go.sum github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
hash.go github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
marshal.go github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
node.go github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
sql.go github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
time.go github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
util.go github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
uuid.go github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
version1.go github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00
version4.go github.com/pborman/uuid v1.2.0 2019-04-08 15:20:44 -04:00

README.md

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