9 lines
106 B
Go
9 lines
106 B
Go
package generator
|
|
|
|
import "testing"
|
|
|
|
func TestColor(t *testing.T) {
|
|
Red("Red text")
|
|
Grey("Grey text")
|
|
}
|