Name Modified Size InfoDownloads / Week
Parent folder
CONTRIBUTING.md 2024-07-25 312 Bytes
CONTRIBUTORS 2024-07-25 105 Bytes
dce.go 2024-07-25 2.1 kB
doc.go 2024-07-25 407 Bytes
hash.go 2024-07-25 1.8 kB
LICENSE 2024-07-25 1.5 kB
marshal.go 2024-07-25 907 Bytes
node.go 2024-07-25 2.3 kB
node_js.go 2024-07-25 499 Bytes
node_net.go 2024-07-25 949 Bytes
null.go 2024-07-25 2.5 kB
README.md 2024-07-25 880 Bytes
sql.go 2024-07-25 1.5 kB
time.go 2024-07-25 3.5 kB
util.go 2024-07-25 1.9 kB
uuid.go 2024-07-25 7.7 kB
version1.go 2024-07-25 1.3 kB
version4.go 2024-07-25 2.1 kB
Totals: 18 Items   32.1 kB 0

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://pkg.go.dev/github.com/google/uuid

Source: README.md, updated 2024-07-25