Files
go2rtc/pkg/shell/tty.go
T
2024-05-28 10:19:51 +03:00

8 lines
99 B
Go

//go:build !unix && !windows
package shell
func IsInteractive(fd uintptr) bool {
return false
}