You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3s/vendor/github.com/pborman/uuid
Darren Shepherd d246c89254
go mod vendor
5 years ago
..
.travis.yml go mod vendor 5 years ago
CONTRIBUTING.md Update vendor 5 years ago
CONTRIBUTORS Update vendor 6 years ago
LICENSE Update vendor 6 years ago
README.md go mod vendor 5 years ago
dce.go Update vendor 5 years ago
doc.go go mod vendor 5 years ago
go.mod go mod vendor 5 years ago
go.sum go mod vendor 5 years ago
hash.go Update vendor 5 years ago
marshal.go go mod vendor 5 years ago
node.go go mod vendor 5 years ago
sql.go go mod vendor 5 years ago
time.go go mod vendor 5 years ago
util.go go mod vendor 5 years ago
uuid.go go mod vendor 5 years ago
version1.go go mod vendor 5 years ago
version4.go go mod vendor 5 years ago

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