Registry / utility / kevinburke-go-uuid

kevinburke-go-uuid

JSON →
library1.2.0gogounverified

Package uuid provides implementation of Universally Unique Identifier (UUID) supporting versions 1, 2, 3, 4, and 5.

go get github.com/kevinburke/go.uuid
INSTALL
IMPORT
SIG · KEVINBURKE-GO-UUID
K
kevinburke-go-uuid
utilitygov1.2.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/kevinburke/go.uuid

Generates a UUID version 4.

package main import ( "fmt" "github.com/kevinburke/go.uuid" ) func main() { id := uuid.NewV4() fmt.Println(id) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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