2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-10 13:10:26 +00:00
cointop/vendor/github.com/sirupsen/logrus/terminal_notwindows.go

9 lines
84 B
Go
Raw Normal View History

2019-04-22 02:39:32 +00:00
// +build !windows
package logrus
import "io"
func initTerminal(w io.Writer) {
}