mirror of https://github.com/sirupsen/logrus.git
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:
parent
787e519fa8
commit
c49ef1d4bf
|
@ -6,7 +6,7 @@ import (
|
|||
"io"
|
||||
"os"
|
||||
|
||||
"github.com/sirupsen/logrus/internal/terminal"
|
||||
"github.com/sirupsen/logrus/terminal"
|
||||
)
|
||||
|
||||
func checkIfTerminal(w io.Writer) bool {
|
||||
|
|
Loading…
Reference in New Issue