Fix envfile detection
+ The envfiles were not added! see #8 TODO: what are the others properties to fix this way?
This commit is contained in:
9
logger/color_test.go
Normal file
9
logger/color_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package logger
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestColor(t *testing.T) {
|
||||
NOLOG = false
|
||||
Red("Red text")
|
||||
Grey("Grey text")
|
||||
}
|
Reference in New Issue
Block a user