Registry / utility / dustinkirkland-golang-petname

dustinkirkland-golang-petname

JSON →
library0.0.0-20260215035315-f0c533e9ce9bgogounverified

A library for generating human-readable, random names for objects.

go get github.com/dustinkirkland/golang-petname
INSTALL
IMPORT
SIG · DUSTINKIRKLAND-GOL
D
dustinkirkland-golang-petname
utilitygov0.0.0-20260215035315-f0c533e9ce9b
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.

petname
github.com/dustinkirkland/golang-petname

Generate a random pet name with two words separated by a hyphen.

package main import ( "fmt" "github.com/dustinkirkland/golang-petname" ) func main() { name := petname.Generate(2, "-") fmt.Println(name) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260215035315-f0c533e9ce9blatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
dustinkirkland-golang-petname — go get dustinkirkland-golang-petname · libregistry