Registry / utility / ghetzel-uuid

ghetzel-uuid

JSON →
library0.0.0-20171129191014-dec09d789f3dgogounverified

A Go library for generating and inspecting UUIDs based on RFC 4122.

go get github.com/ghetzel/uuid
INSTALL
IMPORT
SIG · GHETZEL-UUID
G
ghetzel-uuid
utilitygov0.0.0-20171129191014-dec09d789f3d
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/ghetzel/uuid

Generate a new UUID v4

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

No known issues recorded.

Upgrade
Version history
0.0.0-20171129191014-dec09d789f3dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ghetzel-uuid — go get ghetzel-uuid · libregistry