Create README.md
1 file changed
tree: f8c956c8e6edcb87499a5d530b58c2a907bd234d
  1. CONTRIBUTORS
  2. dce.go
  3. doc.go
  4. hash.go
  5. json.go
  6. json_test.go
  7. LICENSE
  8. node.go
  9. README.md
  10. seq_test.go
  11. time.go
  12. util.go
  13. uuid.go
  14. uuid_test.go
  15. version1.go
  16. version4.go
README.md

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

uuid

The uuid package generates and inspects UUIDs based on RFC 412 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