Skip to content

Commit

Permalink
Support GNU/Hurd
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Dec 29, 2022
1 parent 13e91bf commit f646acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isatty_bsd.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build (darwin || freebsd || openbsd || netbsd || dragonfly) && !appengine
// +build darwin freebsd openbsd netbsd dragonfly
//go:build (darwin || freebsd || openbsd || netbsd || dragonfly || hurd) && !appengine
// +build darwin freebsd openbsd netbsd dragonfly hurd
// +build !appengine

package isatty
Expand Down

0 comments on commit f646acc

Please sign in to comment.