Skip to content

Commit

Permalink
Merge pull request #78 from sthibaul/master
Browse files Browse the repository at this point in the history
Support GNU/Hurd
  • Loading branch information
mattn committed Dec 29, 2022
2 parents 13e91bf + f646acc commit ed75e61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions isatty_bsd.go
@@ -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 ed75e61

Please sign in to comment.