nightingale/vendor/github.com/pborman/uuid
Ulric Qin 70e2cefd98 go mod vendor 2020-11-16 08:56:04 +08:00
..
.travis.yml go mod vendor 2020-11-16 08:56:04 +08:00
CONTRIBUTING.md go mod vendor 2020-11-16 08:56:04 +08:00
CONTRIBUTORS go mod vendor 2020-11-16 08:56:04 +08:00
LICENSE go mod vendor 2020-11-16 08:56:04 +08:00
README.md go mod vendor 2020-11-16 08:56:04 +08:00
dce.go go mod vendor 2020-11-16 08:56:04 +08:00
doc.go go mod vendor 2020-11-16 08:56:04 +08:00
go.mod go mod vendor 2020-11-16 08:56:04 +08:00
go.sum go mod vendor 2020-11-16 08:56:04 +08:00
hash.go go mod vendor 2020-11-16 08:56:04 +08:00
marshal.go go mod vendor 2020-11-16 08:56:04 +08:00
node.go go mod vendor 2020-11-16 08:56:04 +08:00
sql.go go mod vendor 2020-11-16 08:56:04 +08:00
time.go go mod vendor 2020-11-16 08:56:04 +08:00
util.go go mod vendor 2020-11-16 08:56:04 +08:00
uuid.go go mod vendor 2020-11-16 08:56:04 +08:00
version1.go go mod vendor 2020-11-16 08:56:04 +08:00
version4.go go mod vendor 2020-11-16 08:56:04 +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.

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