From 87f97e0470fd362972b5ce54727d1b9b4cb2aaf3 Mon Sep 17 00:00:00 2001 From: Adam Munawar Rahman Date: Mon, 30 Jan 2023 17:13:21 -0500 Subject: [PATCH] Update ui_unix.go Added zos build flags for IBM z/OS compatibility --- cmd/ui_unix.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/ui_unix.go b/cmd/ui_unix.go index 82ae09ae3f4..18204ab819d 100644 --- a/cmd/ui_unix.go +++ b/cmd/ui_unix.go @@ -1,5 +1,5 @@ -//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd -// +build darwin dragonfly freebsd linux netbsd openbsd +//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || zos +// +build darwin dragonfly freebsd linux netbsd openbsd zos package cmd