blob: b540d12254a45f7693cc5893f01ec91243e1fd80 [file] [log] [blame]
// Copyright 2017 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.
//go:build !linux && !darwin
// +build !linux,!darwin
package isatty
func IsTerminal() bool {
return true
}