source: Fix failing build on windows

The +build directive was not being picked up.  Apparently needs a space
after the +build line.
This commit is contained in:
Noah Campbell 2013-09-24 14:36:22 -07:00
parent 8df88496e2
commit c9223cfd7b

View file

@ -1,4 +1,5 @@
// +build linux,darwin
// +build linux darwin !windows
package source
//