Registry / utility / satori-go-uuid

satori-go-uuid

JSON →
library1.2.0gogounverified

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

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

Generate and print a UUID v4

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
satori-go-uuid — go get satori-go-uuid · libregistry