Skip to content

Commit 1e1d783

Browse files
committed
core: use !windows instead of a list of unixes
This allows building on a wider variety of unix-a-likes without needing to list them all explicitly - Windows is the special case here!
1 parent a86210b commit 1e1d783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config_unix.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build darwin freebsd linux netbsd openbsd
1+
// +build !windows
22

33
package main
44

0 commit comments

Comments
 (0)