mirror of https://github.com/sirupsen/logrus.git
Fixed import
This commit is contained in:
parent
3f603f494d
commit
d82ae3267f
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
package logrus
|
package logrus
|
||||||
|
|
||||||
|
import "io"
|
||||||
|
|
||||||
// IsTerminal returns true if stderr's file descriptor is a terminal.
|
// IsTerminal returns true if stderr's file descriptor is a terminal.
|
||||||
func IsTerminal(f io.Writer) bool {
|
func IsTerminal(f io.Writer) bool {
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in New Issue