iwita b9152718d2 new version il y a 5 ans
..
.travis.yml b9152718d2 new version il y a 5 ans
BUILD b9152718d2 new version il y a 5 ans
CONTRIBUTING.md b9152718d2 new version il y a 5 ans
CONTRIBUTORS b9152718d2 new version il y a 5 ans
LICENSE b9152718d2 new version il y a 5 ans
README.md b9152718d2 new version il y a 5 ans
dce.go b9152718d2 new version il y a 5 ans
doc.go b9152718d2 new version il y a 5 ans
go.mod b9152718d2 new version il y a 5 ans
hash.go b9152718d2 new version il y a 5 ans
marshal.go b9152718d2 new version il y a 5 ans
node.go b9152718d2 new version il y a 5 ans
node_js.go b9152718d2 new version il y a 5 ans
node_net.go b9152718d2 new version il y a 5 ans
sql.go b9152718d2 new version il y a 5 ans
time.go b9152718d2 new version il y a 5 ans
util.go b9152718d2 new version il y a 5 ans
uuid.go b9152718d2 new version il y a 5 ans
version1.go b9152718d2 new version il y a 5 ans
version4.go b9152718d2 new version il y a 5 ans

README.md

uuid build status

The uuid package generates and inspects UUIDs based on RFC 4122 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

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/google/uuid