We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8473141 commit ac07896Copy full SHA for ac07896
setup/linux.go
@@ -1,4 +1,5 @@
1
-//go:build linux && darwin
+//go:build (linux && ignore) || (darwin && ignore) || !windows
2
+// +build linux,ignore darwin,ignore !windows
3
4
package setup
5
0 commit comments