https://github.com/hashicorp/go-uuid.git
|
|
hace 7 años | |
|---|---|---|
| .travis.yml | hace 9 años | |
| LICENSE | hace 10 años | |
| README.md | hace 7 años | |
| go.mod | hace 7 años | |
| uuid.go | hace 9 años | |
| uuid_test.go | hace 9 años |
Generates UUID-format strings using high quality, purely random bytes. It is not intended to be RFC compliant, merely to use a well-understood string representation of a 128-bit value. It can also parse UUID-format strings into their component bytes.
The full documentation is available on Godoc.