status-go/vendor/github.com/pborman/uuid
Adam Babik c9e99c432d migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
..
.travis.yml migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
CONTRIBUTING.md migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
CONTRIBUTORS Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
LICENSE Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
README.md migrate to go 1.12 and go modules 2019-06-12 13:12:00 +02:00
dce.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
doc.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
hash.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
marshal.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
node.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
sql.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
time.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
util.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
uuid.go Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
version1.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03:00
version4.go Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03: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