Skip to content

Commit

Permalink
z/OS Compatibility (gofiber#1904)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeleite authored and trim21 committed Aug 15, 2022
1 parent db4040f commit 9567ee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/isatty/isatty_tcgets.go
@@ -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
Expand Down

0 comments on commit 9567ee0

Please sign in to comment.