Skip to content

Commit

Permalink
Move terminal package
Browse files Browse the repository at this point in the history
fixes issue where terminal_check_notappengine.go can't access terminal
package since terminal package is in an internal package
  • Loading branch information
Jessica Paczuski committed Mar 28, 2019
1 parent b959081 commit 1d44a57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion terminal_check_notappengine.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"io"
"os"

"github.com/sirupsen/logrus/internal/terminal"
"github.com/sirupsen/logrus/terminal"
)

func checkIfTerminal(w io.Writer) bool {
Expand Down

0 comments on commit 1d44a57

Please sign in to comment.