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

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