Registry / utility / iris-contrib-go-uuid

iris-contrib-go-uuid

JSON →
library2.0.0+incompatiblegogounverified

Package uuid provides implementation of Universally Unique Identifier (UUID) supporting versions 1, 2, 3, 4, and 5 as specified in RFC 4122 and DCE 1.1.

go get github.com/iris-contrib/go.uuid
INSTALL
IMPORT
SIG · IRIS-CONTRIB-GO-UU
I
iris-contrib-go-uuid
utilitygov2.0.0+incompatible
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/iris-contrib/go.uuid

Generate a version 4 UUID and print it.

package main import ( "fmt" "github.com/iris-contrib/go.uuid" ) func main() { u := uuid.NewV4() fmt.Println(u.String()) }
Debug
Known issues
gotchaThis package is a fork of github.com/satori/go.uuid and may not be actively maintained.
fix
Consider using github.com/google/uuid or github.com/gofrs/uuid for more active development.
affects: all
Upgrade
Version history
2.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
iris-contrib-go-uuid — go get iris-contrib-go-uuid · libregistry