Documentation ¶
Overview ¶
A golang translation of a 'Shakespeare insult generator' Originally from http://www.mainstrike.com/mstservices/handy/insult.html
Index ¶
Examples ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Get ¶
func Get() (ret string)
Example ¶
Example of calling Get() for a random insult.
r = rand.New(rand.NewSource(42)) out := GetSentence() fmt.Println(out)
Output: Thou mammering doghearted codpiece!
func GetSentence ¶
func GetSentence() (ret string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.