Rationalize os specific build constraints

This commit is contained in:
David Bariod
2018-10-06 15:21:56 +02:00
parent 1ed61965b9
commit 3f90cee1e4
4 changed files with 8 additions and 51 deletions
+8
View File
@@ -0,0 +1,8 @@
// +build !windows
package logrus
import "io"
func initTerminal(w io.Writer) {
}