8 lines
87 B
Go
8 lines
87 B
Go
//go:build !unix
|
|
|
|
package shell
|
|
|
|
func IsInteractive(fd uintptr) bool {
|
|
return false
|
|
}
|