1
0
Fork 0
mirror of https://github.com/Luzifer/share.git synced 2025-01-02 00:41:18 +00:00
share/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) {
}