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

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