Travis seems to view 1.10 as 1.1...
1 file changed
tree: 7c89253e3dd5783d47df0492e73fc6852c761f8b
  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. node_js.go
  12. node_net.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.

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