Registry / crypto / gofrs-uuid-v5

gofrs-uuid-v5

JSON →
library5.4.0gogounverified

Package uuid provides implementations of the Universally Unique Identifier (UUID), as specified in RFC-9562.

go get github.com/gofrs/uuid/v5
INSTALL
IMPORT
SIG · GOFRS-UUID-V5
G
gofrs-uuid-v5
cryptogov5.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

uuid
github.com/gofrs/uuid/v5

Generates a random UUID v4.

package main import ( "fmt" "github.com/gofrs/uuid/v5" ) func main() { u, _ := uuid.NewV4() fmt.Println(u) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.4.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
62 hits · last 30 days
node
60
Amazon
1
Resources
gofrs-uuid-v5 — go get gofrs-uuid-v5 · libregistry