add -version flag and goxc build config

This commit is contained in:
Will Norris 2013-12-26 11:00:50 -08:00
parent 405faae777
commit 26dde07ec0
3 changed files with 23 additions and 1 deletions

6
.goxc.json Normal file
View file

@ -0,0 +1,6 @@
{
"ConfigVersion": "0.9",
"ArtifactsDest": "build",
"PackageVersion": "0.1",
"PrereleaseInfo": "snapshot"
}