tree: 41828d6f9d0cb3bc5a72be7d9067344fad87fc7f [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. node.go
  12. README.md
  13. sql.go
  14. time.go
  15. util.go
  16. uuid.go
  17. version1.go
  18. 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