Go library to generate and inspect UUIDs
The Uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. This package is based on the github.com/pborman/uuid package (previously named code.google.com/p/go-uuid). It differs from these earlier packages in that a UUID is a 16 byte array rather than a byte slice. One loss due to this change is the ability to represent an invalid UUID (vs a NIL UUID). This package contains the source code needed for building packages that reference the following Go import paths: – github.com/google/uuid
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.3.0-1.fc35 | - |
Fedora 35 | 1.3.0-1.fc35 | - |
Fedora 34 | 1.1.4-2.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-google-uuid dash maintainers at fedoraproject dot org
.