package
Version:
v0.0.0-...-a0f82c1
Opens a new window with list of versions in this module.
Published: Jun 8, 2017
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Adjective struct {
Adjective string
Distance int
TheCompound bool
FrontCompound bool
RearCompound bool
}
type Noun struct {
Singular string
Plural string
TheSingular bool
ThePlural bool
TheCompoundSingular bool
TheCompoundPlural bool
OfSingular bool
OfPlural bool
FrontCompoundSingular bool
FrontCompoundPlural bool
RearCompoundSingular bool
RearCompoundPlural bool
}
type Prefix struct {
Prefix string
FrontCompound bool
TheCompound bool
}
func GenerateNameParts(r *rand.Rand) (first, front, rear *Word)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.