mirror of https://github.com/gofiber/fiber.git
z/OS Compatibility (#1904)
parent
29be6691c5
commit
19c3a3c2c9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue