2015-09-28 04:27:37 +08:00
|
|
|
{
|
|
|
|
"AppName": "gotty-client",
|
|
|
|
"ArtifactsDest": "dist",
|
2015-11-19 07:15:13 +08:00
|
|
|
"BuildConstraints": "!plan9,!nacl,!solaris",
|
2015-09-28 04:27:37 +08:00
|
|
|
"OutPath": "{{.Dest}}{{.PS}}{{.Version}}{{.PS}}{{.ExeName}}_{{.Version}}_{{.Os}}_{{.Arch}}{{.Ext}}",
|
|
|
|
"TasksExclude": [
|
|
|
|
"go-test",
|
|
|
|
"go-vet"
|
|
|
|
],
|
|
|
|
"MainDirsExclude": "vendor,Godeps,testdata",
|
2016-02-18 18:50:52 +08:00
|
|
|
"PackageVersion": "1.5.0+",
|
2015-09-28 04:27:37 +08:00
|
|
|
"ConfigVersion": "0.9"
|
|
|
|
}
|