mirror of
https://github.com/vbatts/imgsrv.git
synced 2025-01-27 22:30:08 +00:00
8 lines
84 B
Go
8 lines
84 B
Go
// +build !windows
|
|
|
|
package logrus
|
|
|
|
import "io"
|
|
|
|
func initTerminal(w io.Writer) {
|
|
}
|