garm/vendor/github.com/pborman/uuid
Gabriel Adrian Samfira bbbe67bf7c Vendor packages and add Makefile
* Vendors packages
  * Adds a Makefile that uses docker to build a static binary against musl
using alpine linux.

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2022-06-30 10:20:32 +00:00
..
.travis.yml Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
CONTRIBUTING.md Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
CONTRIBUTORS Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
dce.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
doc.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
hash.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
LICENSE Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
marshal.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
node.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
README.md Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
sql.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
time.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
util.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
uuid.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
version1.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00
version4.go Vendor packages and add Makefile 2022-06-30 10:20:32 +00:00

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