Registry / utility / twinj-uuid

twinj-uuid

JSON →
library1.0.0gogounverified

Package uuid provides RFC4122 and DCE 1.1 compliant UUID generation and parsing.

go get github.com/twinj/uuid
INSTALL
IMPORT
SIG · TWINJ-UUID
T
twinj-uuid
utilitygov1.0.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/twinj/uuid

Generate a random UUID (version 4).

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
twinj-uuid — go get twinj-uuid · libregistry