mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 17:55:16 -04: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:
parent
8df88496e2
commit
c9223cfd7b
@ -1,4 +1,5 @@
|
|||||||
// +build linux,darwin
|
// +build linux darwin !windows
|
||||||
|
|
||||||
package source
|
package source
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user