Registry / utility / myesui-uuid

myesui-uuid

JSON →
library1.0.0gogounverified

Package uuid provides RFC4122 and DCE 1.1 UUIDs.

go get github.com/myesui/uuid
INSTALL
IMPORT
SIG · MYESUI-UUID
M
myesui-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/myesui/uuid

Generate a UUID v4.

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