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
commit aefd7ecb90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"io" "io"
"os" "os"
"github.com/sirupsen/logrus/internal/terminal" "github.com/sirupsen/logrus/terminal"
) )
func checkIfTerminal(w io.Writer) bool { func checkIfTerminal(w io.Writer) bool {