sm
/
uuid
1
0
Fork 0
uuid/vendor/github.com/pborman/uuid
Stephen McQuay 5becb68015
init
2017-11-21 09:42:56 -08:00
..
.travis.yml init 2017-11-21 09:42:56 -08:00
CONTRIBUTING.md init 2017-11-21 09:42:56 -08:00
CONTRIBUTORS init 2017-11-21 09:42:56 -08:00
LICENSE init 2017-11-21 09:42:56 -08:00
README.md init 2017-11-21 09:42:56 -08:00
dce.go init 2017-11-21 09:42:56 -08:00
doc.go init 2017-11-21 09:42:56 -08:00
hash.go init 2017-11-21 09:42:56 -08:00
marshal.go init 2017-11-21 09:42:56 -08:00
marshal_test.go init 2017-11-21 09:42:56 -08:00
node.go init 2017-11-21 09:42:56 -08:00
seq_test.go init 2017-11-21 09:42:56 -08:00
sql.go init 2017-11-21 09:42:56 -08:00
sql_test.go init 2017-11-21 09:42:56 -08:00
time.go init 2017-11-21 09:42:56 -08:00
util.go init 2017-11-21 09:42:56 -08:00
uuid.go init 2017-11-21 09:42:56 -08:00
uuid_test.go init 2017-11-21 09:42:56 -08:00
version1.go init 2017-11-21 09:42:56 -08:00
version4.go init 2017-11-21 09:42:56 -08: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