コード例 #1
0
ファイル: main.go プロジェクト: gi4nks/ambros
func readSettings() {
	settings.LoadSettings()

	if settings.DebugMode() {
		parrot = quant.NewVerboseParrot("ambros")
	}
}
コード例 #2
0
ファイル: main.go プロジェクト: gi4nks/decanter
func readSettings() {
	settings.LoadSettings()

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

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