Skip to content

Commit

Permalink
Update ui_unix.go
Browse files Browse the repository at this point in the history
Added zos build flags for IBM z/OS compatibility
  • Loading branch information
Adam Munawar Rahman authored and codebien committed Feb 21, 2023
1 parent 27b8e7e commit 87f97e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/ui_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd
// +build darwin dragonfly freebsd linux netbsd openbsd
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd || zos
// +build darwin dragonfly freebsd linux netbsd openbsd zos

package cmd

Expand Down

0 comments on commit 87f97e0

Please sign in to comment.