Explicitly enumaret the build targets in _unix

`!windows` was being used as the synonym for `darwin dragonfly freebsd linux netbsd openbsd solaris`.  While I don't imagine `android` will be a prime target for Nomad in the near term, favor explicit build targets.

List of build targets generated by Go 1.7's dist command: `go tool dist list | sort | cut -d '/' -f 1 | sort | uniq`
This commit is contained in:
Sean Chittenden
2016-05-07 10:42:01 -07:00
parent 146c4e8fd6
commit 9cb16b5b9e
6 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
// +build !windows
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
// Functions shared between linux/darwin.
package allocdir