mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-24 21:56:36 +00:00
9 lines
84 B
Go
9 lines
84 B
Go
// +build !windows
|
|
|
|
package logrus
|
|
|
|
import "io"
|
|
|
|
func initTerminal(w io.Writer) {
|
|
}
|