open-nomad/client/driver/logging
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
..
collector_windows.go Making the build work for windows 2016-02-23 15:17:07 -08:00
rotator.go protect writing to closed channel 2016-04-18 11:46:57 -07:00
rotator_test.go Buffering writes to a rotated file 2016-02-23 08:52:06 -08:00
syslog_parser_unix.go Explicitly enumaret the build targets in _unix 2016-05-07 10:42:01 -07:00
syslog_parser_unix_test.go Explicitly enumaret the build targets in _unix 2016-05-07 10:42:01 -07:00
syslog_server_unix.go Rename from posix to unix to parallel x/sys/unix 2016-05-07 10:33:43 -07:00
syslog_server_windows.go Introduced a method in executor to launch syslog server 2016-03-18 11:49:10 -07:00
universal_collector_unix.go Explicitly enumaret the build targets in _unix 2016-05-07 10:42:01 -07:00