go-mtree/vendor/github.com/sirupsen/logrus/terminal_notwindows.go
Vincent Batts 9be05594fe
vendor: update sources
```shell
dep ensure -update
```

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2019-01-21 11:03:35 -05:00

8 lines
84 B
Go

// +build !windows
package logrus
import "io"
func initTerminal(w io.Writer) {
}