Fixed import

This commit is contained in:
Darren McCleary 2017-02-08 14:03:21 -05:00
parent 3f603f494d
commit d82ae3267f
1 changed files with 2 additions and 0 deletions

View File

@ -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