tree: 60a5389daade6d7684001088457046fdeb3f7195 [path history] [tgz]
  1. .travis.yml
  2. CONTRIBUTING.md
  3. CONTRIBUTORS
  4. dce.go
  5. doc.go
  6. go.mod
  7. go.sum
  8. hash.go
  9. LICENSE
  10. marshal.go
  11. marshal_test.go
  12. node.go
  13. README.md
  14. seq_test.go
  15. sql.go
  16. sql_test.go
  17. time.go
  18. util.go
  19. uuid.go
  20. uuid_test.go
  21. version1.go
  22. version4.go
README.md

This project was automatically exported from code.google.com/p/go-uuid

uuid build status

The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services.

This package now leverages the github.com/google/uuid package (which is based off an earlier version of this package).

Install

go get github.com/pborman/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/pborman/uuid