tangs b030ce89ca openbilibili il y a 6 ans
..
.travis.yml b030ce89ca openbilibili il y a 6 ans
BUILD.bazel b030ce89ca openbilibili il y a 6 ans
CONTRIBUTING.md b030ce89ca openbilibili il y a 6 ans
CONTRIBUTORS b030ce89ca openbilibili il y a 6 ans
LICENSE b030ce89ca openbilibili il y a 6 ans
README.md b030ce89ca openbilibili il y a 6 ans
dce.go b030ce89ca openbilibili il y a 6 ans
doc.go b030ce89ca openbilibili il y a 6 ans
hash.go b030ce89ca openbilibili il y a 6 ans
json_test.go b030ce89ca openbilibili il y a 6 ans
marshal.go b030ce89ca openbilibili il y a 6 ans
node.go b030ce89ca openbilibili il y a 6 ans
node_js.go b030ce89ca openbilibili il y a 6 ans
node_net.go b030ce89ca openbilibili il y a 6 ans
seq_test.go b030ce89ca openbilibili il y a 6 ans
sql.go b030ce89ca openbilibili il y a 6 ans
sql_test.go b030ce89ca openbilibili il y a 6 ans
time.go b030ce89ca openbilibili il y a 6 ans
util.go b030ce89ca openbilibili il y a 6 ans
uuid.go b030ce89ca openbilibili il y a 6 ans
uuid_test.go b030ce89ca openbilibili il y a 6 ans
version1.go b030ce89ca openbilibili il y a 6 ans
version4.go b030ce89ca openbilibili il y a 6 ans

README.md

This package is currently in development and the API may not be stable.

The API will become stable with v1.

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