tarot

package
v1.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2023 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Overview

Package tarot 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

func Next

func Next() string

Next creates a name.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL