gotty-client/.goxc.json

14 lines
362 B
JSON
Raw Permalink Normal View History

{
"AppName": "gotty-client",
"ArtifactsDest": "dist",
2015-11-19 07:15:13 +08:00
"BuildConstraints": "!plan9,!nacl,!solaris",
"OutPath": "{{.Dest}}{{.PS}}{{.Version}}{{.PS}}{{.ExeName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
"TasksExclude": [
"go-test",
"go-vet"
],
"MainDirsExclude": "vendor,Godeps,testdata",
2017-01-19 12:39:43 +08:00
"PackageVersion": "1.6.1+dev",
"ConfigVersion": "0.9"
}