peridot/vendor/github.com/pborman/uuid
Mustafa Gezen ad0f7a5305
Major upgrades
Upgrade to Go 1.20.5, Hydra v2 SDK, rules-go v0.44.2 (with proper resolves), protobuf v25.3 and mass upgrade of Go dependencies.
2024-03-17 08:06:08 +01:00
..
.travis.yml Initial commit 2022-07-07 22:13:21 +02:00
BUILD.bazel Initial commit 2022-07-07 22:13:21 +02:00
CONTRIBUTING.md Initial commit 2022-07-07 22:13:21 +02:00
CONTRIBUTORS Initial commit 2022-07-07 22:13:21 +02:00
LICENSE Initial commit 2022-07-07 22:13:21 +02:00
README.md Initial commit 2022-07-07 22:13:21 +02:00
dce.go Initial commit 2022-07-07 22:13:21 +02:00
doc.go Initial commit 2022-07-07 22:13:21 +02:00
hash.go Initial commit 2022-07-07 22:13:21 +02:00
marshal.go Initial commit 2022-07-07 22:13:21 +02:00
node.go Initial commit 2022-07-07 22:13:21 +02:00
sql.go Initial commit 2022-07-07 22:13:21 +02:00
time.go Initial commit 2022-07-07 22:13:21 +02:00
util.go Initial commit 2022-07-07 22:13:21 +02:00
uuid.go Initial commit 2022-07-07 22:13:21 +02:00
version1.go Initial commit 2022-07-07 22:13:21 +02:00
version4.go Initial commit 2022-07-07 22:13:21 +02: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