A UUID is a 128 bit (16 byte) Universal Unique IDentifier as defined in RFC 9562.
| 18 | // A UUID is a 128 bit (16 byte) Universal Unique IDentifier as defined in RFC |
| 19 | // 9562. |
| 20 | type UUID [16]byte |
| 21 | |
| 22 | // A Version represents a UUID's version. |
| 23 | type Version byte |
nothing calls this directly
no outgoing calls
no test coverage detected