Files
katenary/logger/color_test.go

10 lines
118 B
Go
Raw Normal View History

package logger
2021-11-30 15:35:32 +01:00
import "testing"
func TestColor(t *testing.T) {
NOLOG = false
2021-11-30 15:35:32 +01:00
Red("Red text")
Grey("Grey text")
}