z/OS Compatibility (#1904)

pull/1909/head
Philippe Bernardino Leite 2022-05-09 03:40:02 -03:00 committed by GitHub
parent 29be6691c5
commit 19c3a3c2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
//go:build (linux || aix) && !appengine
// +build linux aix
//go:build (linux || aix || zos) && !appengine
// +build linux aix zos
// +build !appengine
package isatty