Merge pull request #935 from pacmessica/move-terminal-pkg

Move terminal package
This commit is contained in:
Sébastien Lavoie
2019-03-28 09:44:47 -04:00
committed by GitHub
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"io"
"os"
"github.com/sirupsen/logrus/internal/terminal"
"github.com/sirupsen/logrus/terminal"
)
func checkIfTerminal(w io.Writer) bool {