shithub: hugo

Download patch

ref: cd06e89be3a9eae24f8e995131a1f07ae4f97ea9
parent: d4de261508d43ba0506e5a055eb516133b486446
author: spf13 <[email protected]>
date: Mon May 25 17:47:41 EDT 2015

adding goxc config file

--- /dev/null
+++ b/.goxc.json
@@ -1,0 +1,6 @@
+{
+	"ArtifactsDest": "$HOME/Code/GoBuilds/",
+	"OutPath": "{{.Dest}}{{.PS}}{{.AppName}}{{.PS}}{{.Version}}{{.PS}}{{.AppName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
+	"BuildConstraints": "linux windows darwin freebsd netbsd",
+	"ConfigVersion": "0.9"
+}