Sign in
fuchsia
/
fuchsia
/
cfef5042b7b9976bc7e0ed8c11f005ee41d1b7b9
/
.
/
tools
/
lib
/
isatty
/
isatty_stub.go
blob: 5f4c0d62dc57d807b210fdf15d0f904a8dbd6d56 [
file
] [
log
] [
blame
]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build !darwin,!linux
package isatty
func isTerminal() bool {
return false
}