From cd06e89be3a9eae24f8e995131a1f07ae4f97ea9 Mon Sep 17 00:00:00 2001 From: spf13 Date: Mon, 25 May 2015 21:47:41 -0400 Subject: [PATCH] adding goxc config file --- .goxc.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .goxc.json diff --git a/.goxc.json b/.goxc.json new file mode 100644 index 000000000..4de0783d1 --- /dev/null +++ b/.goxc.json @@ -0,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" +}