1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-11-15 21:28:38 +00:00
go-mtree/vendor/github.com/sirupsen/logrus/terminal_notwindows.go

9 lines
84 B
Go
Raw Normal View History

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