Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JokeConfig ¶
type JokeConfig struct { Jokes []Joke // The actual jokes, first and second parts Openings []string // Stuff the robot says before starting the joke Phooey []string // Ways the robot complains if the user doesn't respond correctly }
JokeConfig holds the config for all the jokes the robot knows
Click to show internal directories.
Click to hide internal directories.