Registry / utility / gofrs-uuid

gofrs-uuid

JSON →
library4.4.0+incompatiblegogounverified

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

go get github.com/gofrs/uuid
INSTALL
IMPORT
SIG · GOFRS-UUID
G
gofrs-uuid
utilitygov4.4.0+incompatible
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

Generates a UUID v4.

package main import ( "fmt" "github.com/gofrs/uuid" ) func main() { u, err := uuid.NewV4() if err != nil { fmt.Println(err) return } fmt.Println(u.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.4.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gofrs-uuid — go get gofrs-uuid · libregistry