Update paths
1 file changed
tree: 14ef2152d0a5e6c97c849733840f3642a2c9b206
  1. .travis.yml
  2. CONTRIBUTORS
  3. dce.go
  4. doc.go
  5. hash.go
  6. json.go
  7. json_test.go
  8. LICENSE
  9. node.go
  10. README.md
  11. seq_test.go
  12. sql.go
  13. sql_test.go
  14. time.go
  15. util.go
  16. uuid.go
  17. uuid_test.go
  18. version1.go
  19. 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 412 and DCE 1.1: Authentication and Security Services.

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