Registry / utility / marstr-guid

marstr-guid

JSON →
library1.1.0gogounverified

Provides generation and manipulation of globally unique identifiers (GUIDs).

go get github.com/marstr/guid
INSTALL
IMPORT
SIG · MARSTR-GUID
M
marstr-guid
utilitygov1.1.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.

guid
github.com/marstr/guid

Generates and prints a new GUID.

package main import ( "fmt" "github.com/marstr/guid" ) func main() { g := guid.New() fmt.Println(g.String()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
marstr-guid — go get marstr-guid · libregistry