Exemplo n.º 1
0
func AlwaysShowColors(tf bool) {
	log.SetFormatter(&log.TextFormatter{ForceColors: tf})
}
Exemplo n.º 2
0
func SetFormatter(formatter log.Formatter) {
	log.SetFormatter(formatter)
}