https://github.com/reconquest/uuid-go
https://github.com/reconquest/uuid-go
bson marshalling mongo uuid
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/reconquest/uuid-go
- Owner: reconquest
- Created: 2018-11-07T13:56:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T07:16:17.000Z (over 5 years ago)
- Last Synced: 2025-01-10T05:36:42.873Z (over 1 year ago)
- Topics: bson, marshalling, mongo, uuid
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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