Fix lot of things...
This commit is contained in:
8
generator/color_test.go
Normal file
8
generator/color_test.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package generator
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestColor(t *testing.T) {
|
||||
Red("Red text")
|
||||
Grey("Grey text")
|
||||
}
|
Reference in New Issue
Block a user