mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-23 20:37:12 +01:00
8 lines
84 B
Go
8 lines
84 B
Go
|
//go:build windows
|
||
|
|
||
|
package terminal
|
||
|
|
||
|
func isTerminal(fd int) bool {
|
||
|
return true
|
||
|
}
|