mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
7 lines
84 B
Go
7 lines
84 B
Go
//go:build windows
|
|
|
|
package terminal
|
|
|
|
func isTerminal(fd int) bool {
|
|
return true
|
|
}
|