mirror of https://github.com/sirupsen/logrus.git
Merge pull request #935 from pacmessica/move-terminal-pkg
Move terminal package
This commit is contained in:
commit
aefd7ecb90
|
@ -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