status-go/vendor/github.com/pborman/uuid
Igor Mandrigin fb3d2ff6fe
Introduce the dependency vendoring tool: `dep`. (#551)
* Introduce `dep`, the dependency vendoring tool.

Use commits from `go-ethereum@release/1.7` for most of the dependencies.

* Update dependencies.
2018-01-25 14:08:43 +01:00
..
.travis.yml Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01:00
CONTRIBUTING.md Initial refactoring + vendor update (after rebase) 2016-09-15 06:12:25 +03: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 Introduce the dependency vendoring tool: `dep`. (#551) 2018-01-25 14:08:43 +01: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