+ The envfiles were not added! see #8 TODO: what are the others properties to fix this way?
10 lines
118 B
Go
10 lines
118 B
Go
package logger
|
|
|
|
import "testing"
|
|
|
|
func TestColor(t *testing.T) {
|
|
NOLOG = false
|
|
Red("Red text")
|
|
Grey("Grey text")
|
|
}
|