mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-15 13:18:45 +00:00
9 lines
84 B
Go
9 lines
84 B
Go
|
// +build !windows
|
||
|
|
||
|
package logrus
|
||
|
|
||
|
import "io"
|
||
|
|
||
|
func initTerminal(w io.Writer) {
|
||
|
}
|