blob: 3dbd237203097781cacee7a675ac9f8226f6c89c [file] [log] [blame]
// +build !windows
package logrus
import "io"
func initTerminal(w io.Writer) {
}