Registry / utility / satori-uuid

satori-uuid

JSON →
library1.2.0gogounverified

Package uuid provides implementation of Universally Unique Identifier (UUID).

go get github.com/satori/uuid
INSTALL
IMPORT
SIG · SATORI-UUID
S
satori-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/satori/uuid

Generate and print a UUID v4

package main import ( "fmt" "github.com/satori/uuid" ) func main() { u := uuid.NewV4() fmt.Println(u) }
Debug
Known issues
breakingThis package is no longer maintained; consider using github.com/google/uuid instead.
fix
Replace import with github.com/google/uuid and update API calls accordingly.
affects: >=1.0.0
Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
Resources
satori-uuid — go get satori-uuid · libregistry