Files
go2rtc/pkg/shell/tty.go
T

8 lines
87 B
Go

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