ref: c9223cfd7b0c0763d68807e6179ff017e92e2d60
parent: 8df88496e24c80298ff8d8d1d36a67974e56a7e2
author: Noah Campbell <[email protected]>
date: Tue Sep 24 10:36:22 EDT 2013
source: Fix failing build on windows The +build directive was not being picked up. Apparently needs a space after the +build line.
--- a/source/filesystem_unix_test.go
+++ b/source/filesystem_unix_test.go
@@ -1,4 +1,5 @@
-// +build linux,darwin
+// +build linux darwin !windows
+
package source
//