vendor/github.com/mattn/go-isatty/isatty_bsd.go
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
--- a/vendor/github.com/mattn/go-isatty/isatty_bsd.go	Thu Sep 22 16:37:07 2022 +0200
+++ b/vendor/github.com/mattn/go-isatty/isatty_bsd.go	Sat Feb 04 12:58:35 2023 +0100
@@ -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