forked from mirror/go.uuid
Now with 100% test coverage
This commit is contained in:
parent
a7058a90b0
commit
e1d4317e3c
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
This package provides implementation of Universally Unique Identifier (UUID).
|
This package provides implementation of Universally Unique Identifier (UUID).
|
||||||
|
|
||||||
|
With 100% test coverage out of box.
|
||||||
|
|
||||||
Supported versions:
|
Supported versions:
|
||||||
* Version 1, based on timestamp and MAC address (RFC 4122)
|
* Version 1, based on timestamp and MAC address (RFC 4122)
|
||||||
* Version 2, based on timestamp, MAC address and POSIX UID/GID (DCE 1.1)
|
* Version 2, based on timestamp, MAC address and POSIX UID/GID (DCE 1.1)
|
||||||
|
|
Loading…
Reference in New Issue