colorized stdout logger if stdout is tty

This commit is contained in:
Christian Schwarz
2018-08-30 13:30:18 +02:00
parent b5957aca37
commit 1690339440
6 changed files with 51 additions and 9 deletions
+4 -1
View File
@@ -66,4 +66,7 @@ ignored = [ "github.com/inconshreveable/mousetrap" ]
[[constraint]]
name = "github.com/nsf/termbox-go"
branch = "master"
branch = "master"
[[constraint]]
name = "github.com/fatih/color"
version = "1.7.0"