You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/pborman/uuid
Wim 4e50fd8649
Use mattermost v5 module (#1192)
4 years ago
..
.travis.yml Use mattermost v5 module (#1192) 4 years ago
CONTRIBUTING.md
CONTRIBUTORS
LICENSE
README.md Use mattermost v5 module (#1192) 4 years ago
dce.go
doc.go Use mattermost v5 module (#1192) 4 years ago
go.mod Use mattermost v5 module (#1192) 4 years ago
go.sum Use mattermost v5 module (#1192) 4 years ago
hash.go
marshal.go Use mattermost v5 module (#1192) 4 years ago
node.go Use mattermost v5 module (#1192) 4 years ago
sql.go Use mattermost v5 module (#1192) 4 years ago
time.go Use mattermost v5 module (#1192) 4 years ago
util.go Use mattermost v5 module (#1192) 4 years ago
uuid.go Use mattermost v5 module (#1192) 4 years ago
version1.go Use mattermost v5 module (#1192) 4 years ago
version4.go Use mattermost v5 module (#1192) 4 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