Documentation ¶
Overview ¶
Package namegen is an automatic name generator. It generates names that could pass for tarot cards if you squint hard enough.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Ranks = []string{ "one", "two", "three", "four", "five", "six", "seven", "eight", "nine", "ten", "ace", "king", "page", "princess", "queen", "jack", "king", "magus", "prince", "knight", "challenger", "daughter", "son", "priestess", "shaman", } Suits = []string{ "clubs", "hearts", "spades", "diamonds", "swords", "cups", "pentacles", "wands", "disks", "coins", "earth", "wind", "water", "air", "aether", "spirits", "nirvana", "chakras", "dilutions", "goings", } )
The ranks and suits of this name generator.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.