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