From 360bbd2c048732ea365990187a9c3b9304e10f6f Mon Sep 17 00:00:00 2001 From: Mahdi Hosseini Date: Tue, 17 Nov 2020 15:01:36 -0500 Subject: [PATCH] Fix lack of zOS support #57 --- isatty_tcgets.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isatty_tcgets.go b/isatty_tcgets.go index 31a1ca9..4e7b850 100644 --- a/isatty_tcgets.go +++ b/isatty_tcgets.go @@ -1,4 +1,4 @@ -// +build linux aix +// +build linux aix zos // +build !appengine package isatty