Merge pull request #10 from wallclockbuilder/master

Create README.md
tree: a390661f9be7315d9bab40b3832a0f82684262be
  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. sql.go
  12. sql_test.go
  13. time.go
  14. util.go
  15. uuid.go
  16. uuid_test.go
  17. version1.go
  18. 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