quorum/vendor/github.com/pborman/uuid
Patrick Mylund Nielsen 3d91976f08
Geth 1.7.2 rebase and addition of Istanbul BFT (#207)
2017-10-31 18:24:11 -04: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 Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04: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
marshal.go Geth 1.7.2 rebase and addition of Istanbul BFT (#207) 2017-10-31 18:24:11 -04: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