Registry / utility / hashicorp-uuid

hashicorp-uuid

JSON →
library0.0.0-20230117211644-212010c9d616gogounverified

A Go package for generating and parsing UUIDs.

go get github.com/hashicorp/uuid
INSTALL
IMPORT
SIG · HASHICORP-UUID
H
hashicorp-uuid
utilitygov0.0.0-20230117211644-212010c9d616
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/hashicorp/uuid

Generates a new UUID string.

package main import ( "fmt" "github.com/hashicorp/uuid" ) func main() { id := uuid.GenerateUUID() fmt.Println(id) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230117211644-212010c9d616latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
hashicorp-uuid — go get hashicorp-uuid · libregistry