Fix lot of things...

This commit is contained in:
2021-11-30 15:35:32 +01:00
parent 5db6066f22
commit e18a797504
6 changed files with 155 additions and 9 deletions

8
generator/color_test.go Normal file
View File

@@ -0,0 +1,8 @@
package generator
import "testing"
func TestColor(t *testing.T) {
Red("Red text")
Grey("Grey text")
}