From e55d9b7de2f056c0f4f713693d928cb94a54f016 Mon Sep 17 00:00:00 2001 From: Alexey Lavrenuke Date: Wed, 20 Jan 2016 18:11:30 +0300 Subject: [PATCH] goxc config --- .gitignore | 1 + .goxc.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .goxc.json diff --git a/.gitignore b/.gitignore index 75432fd9d..7c1eabe8c 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ _testmain.go ======= .pc *.coverprofile +.goxc.local.json diff --git a/.goxc.json b/.goxc.json new file mode 100644 index 000000000..96373d4fe --- /dev/null +++ b/.goxc.json @@ -0,0 +1,16 @@ +{ + "Tasks": [ + "default", + "publish-github" + ], + "Arch": "amd64", + "Os": "linux darwin windows", + "PackageVersion": "0.1.1", + "TaskSettings": { + "publish-github": { + "owner": "yandex", + "repository": "pandora" + } + }, + "ConfigVersion": "0.9" +} \ No newline at end of file