tree: 5e0f537fa2c5eb481171ea63559d1cd9dc306e1e [path history] [tgz]
  1. .travis.yml
  2. CONTRIBUTING.md
  3. CONTRIBUTORS
  4. dce.go
  5. doc.go
  6. hash.go
  7. LICENSE
  8. marshal.go
  9. marshal_test.go
  10. node.go
  11. README.md
  12. seq_test.go
  13. sql.go
  14. sql_test.go
  15. time.go
  16. util.go
  17. uuid.go
  18. uuid_test.go
  19. version1.go
  20. version4.go
vendor/github.com/pborman/uuid/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