Add zos build tag to term.go

This commit is contained in:
v1gnesh 2023-05-28 10:28:19 +05:30 committed by GitHub
parent 7bb8fe4719
commit ad33ddb475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.