SandpointsGitHook/vendor/github.com/google/uuid
2023-07-29 01:10:04 +02:00
..
.travis.yml new vendor... 2021-03-20 23:21:23 +01:00
CONTRIBUTING.md new vendor... 2021-03-20 23:21:23 +01:00
CONTRIBUTORS new vendor... 2021-03-20 23:21:23 +01:00
dce.go new vendor... 2021-03-20 23:21:23 +01:00
doc.go new vendor... 2021-03-20 23:21:23 +01:00
hash.go latest hugo, added hugo version to logs... 2021-04-18 12:25:49 +02:00
LICENSE new vendor... 2021-03-20 23:21:23 +01:00
marshal.go new vendor... 2021-03-20 23:21:23 +01:00
node.go new vendor... 2021-03-20 23:21:23 +01:00
node_js.go new vendor... 2021-03-20 23:21:23 +01:00
node_net.go new vendor... 2021-03-20 23:21:23 +01:00
null.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
README.md new vendor... 2021-03-20 23:21:23 +01:00
sql.go latest hugo, added hugo version to logs... 2021-04-18 12:25:49 +02:00
time.go new vendor... 2021-03-20 23:21:23 +01:00
util.go new vendor... 2021-03-20 23:21:23 +01:00
uuid.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
version1.go new vendor... 2021-03-20 23:21:23 +01:00
version4.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00

# uuid ![build status](https://travis-ci.org/google/uuid.svg?branch=master)
The uuid package generates and inspects UUIDs based on
[RFC 4122](http://tools.ietf.org/html/rfc4122)
and DCE 1.1: Authentication and Security Services. 

This package is based on the github.com/pborman/uuid package (previously named
code.google.com/p/go-uuid).  It differs from these earlier packages in that
a UUID is a 16 byte array rather than a byte slice.  One loss due to this
change is the ability to represent an invalid UUID (vs a NIL UUID).

###### Install
`go get github.com/google/uuid`

###### Documentation 
[![GoDoc](https://godoc.org/github.com/google/uuid?status.svg)](http://godoc.org/github.com/google/uuid)

Full `go doc` style documentation for the package can be viewed online without
installing this package by using the GoDoc site here: 
http://pkg.go.dev/github.com/google/uuid