Registry / crypto / nu7hatch-gouuid

nu7hatch-gouuid

JSON →
library0.0.0-20131221200532-179d4d0c4d8dgogounverified

A Go package providing immutable UUID structs and functions for generating versions 3, 4, and 5 UUIDs as specified in RFC 4122.

go get github.com/nu7hatch/gouuid
INSTALL
IMPORT
SIG · NU7HATCH-GOUUID
N
nu7hatch-gouuid
cryptogov0.0.0-20131221200532-179d4d0c4d8d
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/nu7hatch/gouuid

Generate a version 4 UUID and print it.

package main import ( "fmt" "github.com/nu7hatch/gouuid" ) func main() { u, _ := uuid.NewV4() fmt.Println(u.String()) }
Debug
Known issues
breakingThis package is unmaintained and may have security issues; consider using github.com/google/uuid instead.
fix
Replace with github.com/google/uuid for an actively maintained UUID library.
affects: all
Upgrade
Version history
0.0.0-20131221200532-179d4d0c4d8dlatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
8
Amazon
1
Resources
nu7hatch-gouuid — go get nu7hatch-gouuid · libregistry