Registry / utility / getlantern-uuid

getlantern-uuid

JSON →
library1.2.0gogounverified

Package uuid generates and inspects UUIDs based on RFC 4122 and DCE 1.1.

go get github.com/getlantern/uuid
INSTALL
IMPORT
SIG · GETLANTERN-UUID
G
getlantern-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/getlantern/uuid

Generate a random UUID and print it.

package main import ( "fmt" "github.com/getlantern/uuid" ) func main() { id := uuid.NewRandom() fmt.Println(id.String()) }
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
2 hits · last 30 days
node
2
Resources
getlantern-uuid — go get getlantern-uuid · libregistry