Merge pull request #16 from theory/driver.Valuer

Add support for driver.Valuer.
tree: 26d57c23af2441ebc9579669e889fbd1b34c2c45
  1. .travis.yml
  2. CONTRIBUTORS
  3. dce.go
  4. doc.go
  5. hash.go
  6. json.go
  7. json_test.go
  8. LICENSE
  9. node.go
  10. README.md
  11. seq_test.go
  12. sql.go
  13. sql_test.go
  14. time.go
  15. util.go
  16. uuid.go
  17. uuid_test.go
  18. version1.go
  19. 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 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