From 7f853dfd1e2c5ef459bd6424b8873c7fc935fff0 Mon Sep 17 00:00:00 2001 From: v1gnesh Date: Sun, 28 May 2023 10:28:40 +0530 Subject: [PATCH] Add zos build tag to utils_unix.go --- utils_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils_unix.go b/utils_unix.go index fc49492..b1924ea 100644 --- a/utils_unix.go +++ b/utils_unix.go @@ -1,4 +1,4 @@ -// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd os400 solaris +// +build aix darwin dragonfly freebsd linux,!appengine netbsd openbsd os400 solaris zos package readline