mirror of
https://github.com/status-im/matterbridge.git
synced 2025-02-08 04:04:19 +00:00
9 lines
84 B
Go
9 lines
84 B
Go
// +build !windows
|
|
|
|
package logrus
|
|
|
|
import "io"
|
|
|
|
func initTerminal(w io.Writer) {
|
|
}
|