Esempio n. 1
0
func readSettings() {
	settings.LoadSettings()

	if settings.DebugMode() {
		parrot = quant.NewVerboseParrot("ambros")
	}
}
Esempio n. 2
0
func readSettings() {
	settings.LoadSettings()

	if settings.DebugMode() {
		parrot = quant.NewVerboseParrot("decanter")
	}

	parrot.Debug("Parrot is set to talk so much!")
}