An open API service indexing awesome lists of open source software.

https://github.com/reconquest/uuid-go


https://github.com/reconquest/uuid-go

bson marshalling mongo uuid

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# uuid-go

This is wrapper of satori's uuid library but with a few features:
- added bson.Getter
- added bson.Setter
- added encoding.TextMarshaler
- added encoding.TextUnmarshaler
- removed Must method, it's a default behavior now