projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4de261
)
adding goxc config file
author
spf13
<steve.francia@gmail.com>
Tue, 26 May 2015 01:47:41 +0000
(21:47 -0400)
committer
spf13
<steve.francia@gmail.com>
Tue, 26 May 2015 01:47:41 +0000
(21:47 -0400)
.goxc.json
[new file with mode: 0644]
patch
|
blob
diff --git a/.goxc.json
b/.goxc.json
new file mode 100644
(file)
index 0000000..
4de0783
--- /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"
+}