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!
This commit is contained in:
James Nugent 2015-12-30 17:37:24 -05:00
parent a86210b50b
commit 1e1d78329e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// +build darwin freebsd linux netbsd openbsd
// +build !windows
package main