1
0
Fork 0
mirror of https://github.com/gohugoio/hugo.git synced 2025-04-16 15:07:18 +00:00

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 package source
// //