// +build !appengine,!js,!windows,!nacl,!plan9

package logrus

import (
	
	
)

func ( io.Writer) bool {
	switch v := .(type) {
	case *os.File:
		return isTerminal(int(.Fd()))
	default:
		return false
	}
}