Move terminal package

fixes issue where terminal_check_notappengine.go can't access terminal
package since terminal package is in an internal package
This commit is contained in:
Jessica Paczuski 2019-03-28 11:32:49 +01:00
parent 787e519fa8
commit c49ef1d4bf
3 changed files with 1 additions and 1 deletions

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 {