Import google/uuid v1.3.0

Change-Id: I97acfcec78d5cbe6ca6aedc81591e6adac431e6b
tree: 2ae75ed7f1e6c7b5fa337797913fb3216cdd9ec1
  1. .travis.yml
  2. CONTRIBUTING.md
  3. CONTRIBUTORS
  4. dce.go
  5. doc.go
  6. go.mod
  7. hash.go
  8. json_test.go
  9. LICENSE
  10. marshal.go
  11. METADATA
  12. MODULE_LICENSE_BSD
  13. node.go
  14. node_js.go
  15. node_net.go
  16. null.go
  17. null_test.go
  18. OWNERS
  19. README.md
  20. seq_test.go
  21. sql.go
  22. sql_test.go
  23. time.go
  24. util.go
  25. uuid.go
  26. uuid_test.go
  27. version1.go
  28. version4.go
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://pkg.go.dev/github.com/google/uuid