diff options
Diffstat (limited to 'setup/base/sanity_other.go')
-rw-r--r-- | setup/base/sanity_other.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/setup/base/sanity_other.go b/setup/base/sanity_other.go index d35c2e87..38e2b941 100644 --- a/setup/base/sanity_other.go +++ b/setup/base/sanity_other.go @@ -1,5 +1,5 @@ -//go:build !linux && !darwin && !netbsd && !freebsd && !openbsd && !solaris && !dragonfly && !aix -// +build !linux,!darwin,!netbsd,!freebsd,!openbsd,!solaris,!dragonfly,!aix +//go:build !unix +// +build !unix package base |