Merge pull request #19 from dansouza/master

altered uuid.Scan() so that it allows for empty UUIDs to be read ...
tree: fa96a300d7ab26219da604f0ad478263d531cfce
  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