https://github.com/terrextech/uuuid
A universal universally unique ID.
https://github.com/terrextech/uuuid
go golang uuid
Last synced: 9 months ago
JSON representation
A universal universally unique ID.
- Host: GitHub
- URL: https://github.com/terrextech/uuuid
- Owner: TerrexTech
- License: mit
- Created: 2018-09-23T04:00:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T04:08:43.000Z (over 7 years ago)
- Last Synced: 2024-06-20T06:32:30.774Z (about 2 years ago)
- Topics: go, golang, uuid
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Universal Universally Unique ID
---
A UUID package that implements/will-implement required Marshalling/Unmarshalling interfaces for various types.
**Based on [github.com/gofrs/uuid][0]**.
### Why?
It has been a source of great pain and inconvenience for my lazy existence, that the UUIDs have to be
converted again and again to different types for operations such as inserting/fetching from Databases.
Enough. Not any more.
---
### Currently implemented Marshal/Unmarshal interfaces
* Go-CQL
[0]: https://github.com/gofrs/uuid