Registry / utility / hashicorp-go-uuid

hashicorp-go-uuid

JSON →
library1.0.3gogounverified

Package uuid provides functions for generating and parsing UUIDs.

go get github.com/hashicorp/go-uuid
INSTALL
IMPORT
SIG · HASHICORP-GO-UUID
H
hashicorp-go-uuid
utilitygov1.0.3
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/go-uuid

Generate a new UUID

package main import ( "fmt" "github.com/hashicorp/go-uuid" ) func main() { id, err := uuid.GenerateUUID() if err != nil { panic(err) } fmt.Println(id) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

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