From ad33ddb475f39b163cec03185dd4535e166cc509 Mon Sep 17 00:00:00 2001 From: v1gnesh Date: Sun, 28 May 2023 10:28:19 +0530 Subject: [PATCH] Add zos build tag to term.go --- term.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term.go b/term.go index ea5db93..b034b2a 100644 --- a/term.go +++ b/term.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd os400 solaris +// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd os400 solaris zos // Package terminal provides support functions for dealing with terminals, as // commonly found on UNIX systems.