func readSettings() { settings.LoadSettings() if settings.DebugMode() { parrot = quant.NewVerboseParrot("ambros") } }
func readSettings() { settings.LoadSettings() if settings.DebugMode() { parrot = quant.NewVerboseParrot("decanter") } parrot.Debug("Parrot is set to talk so much!") }