Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( MessageOpen = []string{ "aloha", "bonjour", "cool news today", "good morning", "hey friends", } MessageBody = []string{ "apples taste good!", "bananas are yellow", "cedar trees grow large", "darkness happens at night", "eureka, I wrote a readme", } MessageClose = []string{ "au revoir", "bye", "check ya later", "farewell", "goodbye", "hasta la vista", "later, taters", "so long", } )
View Source
var ( FirstNames = []string{ "Aziz", "Bob", "Corina", "Desmond", "Eric", "Frank", "Georgette", "Harvey", "Iris", "Julie", "Kelly", "Larry", "Monique", "Natalie", "Othello", "Pierre", "Quincy", "Raymondette", "Sarah", "Timmy", "Ulysses", "Virginia", "Will", "Xerxes", "Yannick", "Zebulon", } MiddleNames = []string{ "Aardvark", "Crocodile", "Duck", "Groundhog", "Marmot", "Otter", "Squirrel", } LastNames = []string{ "Aaronson", "Black", "White", "Xanthos", "Yastrzemski", "Zaborowski", } )
Functions ¶
Types ¶
type Generator ¶
func (*Generator) CreateMessages ¶
type MessageState ¶
func (*MessageState) GetMessage ¶
func (m *MessageState) GetMessage() string
func (*MessageState) Increment ¶
func (m *MessageState) Increment()
Click to show internal directories.
Click to hide internal directories.