Files
katenary/generator/color_test.go

9 lines
106 B
Go
Raw Normal View History

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