csi-driver-nfs/vendor/github.com/pborman/uuid
Jan Wozniak 0e6e8d1926 Update vendor from go modules
$ go mod tidy
$ go mod vendor
2020-02-02 15:55:23 +01:00
..
.travis.yml Update vendor from go modules 2020-02-02 15:55:23 +01:00
CONTRIBUTING.md Update vendor from go modules 2020-02-02 15:55:23 +01:00
CONTRIBUTORS update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
LICENSE update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
README.md Update vendor from go modules 2020-02-02 15:55:23 +01:00
dce.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
doc.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
go.mod Update vendor from go modules 2020-02-02 15:55:23 +01:00
go.sum Update vendor from go modules 2020-02-02 15:55:23 +01:00
hash.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
marshal.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
node.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
sql.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
time.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
util.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
uuid.go Update vendor from go modules 2020-02-02 15:55:23 +01:00
version1.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
version4.go update vendor files to kube 1.14 2019-04-23 15:42: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