From: Noah Campbell Date: Tue, 24 Sep 2013 21:36:22 +0000 (-0700) Subject: source: Fix failing build on windows X-Git-Tag: v0.9~88 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c9223cfd7b0c0763d68807e6179ff017e92e2d60;p=brevno-suite%2Fhugo source: Fix failing build on windows The +build directive was not being picked up. Apparently needs a space after the +build line. --- diff --git a/source/filesystem_unix_test.go b/source/filesystem_unix_test.go index fffc0c3b..60b7b0a2 100644 --- 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 //