Fix govet issues and make node.go thread safe.

Includes changes from mischief and shawnps.
4 files changed
tree: 64fd8f22bc8a649665328dd900650252161bf2e1
  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