Very nice looking tests!

Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
Kris Nóva 2021-02-09 16:00:02 -08:00
parent 3b41c9dd5f
commit c1a45bf8e3
149 changed files with 1241 additions and 443 deletions

View file

@ -1,7 +1,7 @@
// +build !windows
package lol
import "os"
var stdout = os.Stdout
// +build !windows
package lol
import "os"
var stdout = os.Stdout

View file

@ -1,7 +1,7 @@
// +build windows
package lol
import colorable "github.com/mattn/go-colorable"
var stdout = colorable.NewColorableStdout()
// +build windows
package lol
import colorable "github.com/mattn/go-colorable"
var stdout = colorable.NewColorableStdout()