quorum/vendor/github.com/pborman/uuid
Felix Lange d78f9b834a vendor: update all dependencies except Azure SDK
The Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until
Go 1.8 comes out.
2017-01-10 22:33:24 +01:00
..
.travis.yml Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
CONTRIBUTING.md Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
CONTRIBUTORS Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
LICENSE Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
README.md vendor: update all dependencies except Azure SDK 2017-01-10 22:33:24 +01:00
dce.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
doc.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
hash.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
json.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
node.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
sql.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
time.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
util.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
uuid.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
version1.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02:00
version4.go Godeps, vendor: convert dependency management to trash (#3198) 2016-10-28 19:05:01 +02: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.

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