Replace JSONMarshal with MarshalText (and friends).
4 files changed
tree: 6ea73af3da8b74715afa036e5e8b59b654deb14f
  1. .travis.yml
  2. CONTRIBUTORS
  3. dce.go
  4. doc.go
  5. hash.go
  6. LICENSE
  7. marshal.go
  8. marshal_test.go
  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