Registry / serialization / satori-go-uuid-v1

satori-go-uuid-v1

JSON →
library1.2.0gogounverified

Provides implementation of Universally Unique Identifier (UUID) as defined in RFC 4122.

go get gopkg.in/satori/go.uuid.v1
INSTALL
IMPORT
SIG · SATORI-GO-UUID-V1
S
satori-go-uuid-v1
serializationgov1.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
gopkg.in/satori/go.uuid.v1

Generates a new UUID v4 and prints it.

package main import ( "fmt" "gopkg.in/satori/go.uuid.v1" ) func main() { u := uuid.NewV4() fmt.Println(u.String()) }
Debug
Known issues
breakingThis package is frozen and 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
4 hits · last 30 days
node
4
Resources
satori-go-uuid-v1 — go get satori-go-uuid-v1 · libregistry