babble icon indicating copy to clipboard operation
babble copied to clipboard

A small utility to generate random words in #golang

Results 5 babble issues
Sort by recently updated
recently updated
newest added

Minor typo in README.md example :)

Using the readme sample code on go playground ../gopath155601560/pkg/mod/github.com/tjarratt/[email protected]/babble.go:22:12: undefined: readAvailableDictionary

Hi! Loving this repo. We are using it during devops to create random names for Terraform deployments of EKS clusters I have found it would be helpful to have a...

In some cases is useful to have a deterministic / reproducible sequence of random generated words, and with this PR we add a new constructor function: `NewBabblerWithRand` , so we...