open-nomad/client/allocdir
Sean Chittenden 1314227863 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`
2016-05-07 10:42:01 -07:00
..
alloc_dir.go Seeking to offset while doing readAt with non-zero offset 2016-04-04 13:05:02 -07:00
alloc_dir_darwin.go Unmount special directories when task finishes 2016-02-08 18:51:11 -08:00
alloc_dir_linux.go Alloc dir uses MkdirAll 2016-03-28 14:33:53 -07:00
alloc_dir_test.go Alloc dir uses MkdirAll 2016-03-28 14:33:53 -07:00
alloc_dir_unix.go Explicitly enumaret the build targets in _unix 2016-05-07 10:42:01 -07:00
alloc_dir_windows.go Unmount special directories when task finishes 2016-02-08 18:51:11 -08:00