package generator import "testing" func TestColor(t *testing.T) { Red("Red text") Grey("Grey text") }