Registry / utility / rogpeppe-fastuuid

rogpeppe-fastuuid

JSON →
library1.2.0gogounverified

Package fastuuid provides fast generation of 192-bit universally unique identifiers and simple support for 128-bit RFC-4122 V4 UUID strings.

go get github.com/rogpeppe/fastuuid
INSTALL
IMPORT
SIG · ROGPEPPE-FASTUUID
R
rogpeppe-fastuuid
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.

fastuuid
✓ github.com/rogpeppe/fastuuid

Generate a new UUID using fastuuid

package main import ( "fmt" "github.com/rogpeppe/fastuuid" ) func main() { g := fastuuid.MustNewGenerator() uuid := g.Next() fmt.Printf("%x\n", uuid) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
rogpeppe-fastuuid — go get rogpeppe-fastuuid · libregistry