From be16a810967bb89bf12f1e838112785fe0a851d2 Mon Sep 17 00:00:00 2001 From: l-lindsay Date: Fri, 20 Nov 2020 14:25:07 -0500 Subject: [PATCH] Add build tag to enable a successful build for zos --- terminal_check_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal_check_unix.go b/terminal_check_unix.go index cc4fe6e..04748b8 100644 --- a/terminal_check_unix.go +++ b/terminal_check_unix.go @@ -1,4 +1,4 @@ -// +build linux aix +// +build linux aix zos // +build !js package logrus