mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
7 lines
84 B
Go
7 lines
84 B
Go
//go:build windows
|
|
|
|
package terminal
|
|
|
|
func isTerminal(fd int) bool {
|
|
return true
|
|
}
|