Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Animals = []string{}/* 242 elements not displayed */
Animals is a generated list of words.
View Source
var Descriptors = []string{}/* 389 elements not displayed */
Descriptors is a generated list of words.
Functions ¶
This section is empty.
Types ¶
type Namer ¶
type Namer interface {
// Name returns a generated name.
Name() string
// NameSep returns a generated name with words separated by the given string.
NameSep(string) string
}
Namer describes anything capable of generating a name.
func NewAlliterator ¶
func NewAlliterator() Namer
NewAlliterator returns a Namer that alliterates.
wonky wombat racing rabbit alliterating alligator
FIXME: This isn't working yet.
Click to show internal directories.
Click to hide internal directories.