Registry / utility / xtgo-uuid

xtgo-uuid

JSON →
library0.0.0-20140804021211-a0b114877d4cgogounverified

Package uuid generates and parses universally unique identifiers (UUIDs) as per RFC 4122.

go get github.com/xtgo/uuid
INSTALL
IMPORT
SIG · XTGO-UUID
X
xtgo-uuid
utilitygov0.0.0-20140804021211-a0b114877d4c
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/xtgo/uuid

Generate a new UUID and print it as a string.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20140804021211-a0b114877d4clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
xtgo-uuid — go get xtgo-uuid · libregistry