peridot/vendor/github.com/pborman/uuid
2023-08-22 18:09:35 +02:00
..
.travis.yml govendor 2023-08-22 18:09:35 +02:00
BUILD govendor 2023-08-22 18:09:35 +02:00
CONTRIBUTING.md govendor 2023-08-22 18:09:35 +02:00
CONTRIBUTORS govendor 2023-08-22 18:09:35 +02:00
dce.go govendor 2023-08-22 18:09:35 +02:00
doc.go govendor 2023-08-22 18:09:35 +02:00
hash.go govendor 2023-08-22 18:09:35 +02:00
LICENSE govendor 2023-08-22 18:09:35 +02:00
marshal.go govendor 2023-08-22 18:09:35 +02:00
node.go govendor 2023-08-22 18:09:35 +02:00
README.md govendor 2023-08-22 18:09:35 +02:00
sql.go govendor 2023-08-22 18:09:35 +02:00
time.go govendor 2023-08-22 18:09:35 +02:00
util.go govendor 2023-08-22 18:09:35 +02:00
uuid.go govendor 2023-08-22 18:09:35 +02:00
version1.go govendor 2023-08-22 18:09:35 +02:00
version4.go govendor 2023-08-22 18:09:35 +02: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