1 // +build !windows 2 3 package logrus 4 5 import "io" 6 7 func initTerminal(w io.Writer) { 8 } 9
View as plain text