index
:
matterbridge-msglm
master
A fork of matterbridge with some patches.
msglm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vendor
/
github.com
/
sirupsen
/
logrus
/
terminal_notwindows.go
blob: 3dbd237203097781cacee7a675ac9f8226f6c89c (
plain
) (
blame
)
1
2
3
4
5
6
7
8
// +build !windows package logrus import "io" func initTerminal(w io.Writer) { }