Skip to content

Commit

Permalink
Merge pull request #23 from yandex/goxc
Browse files Browse the repository at this point in the history
goxc config
  • Loading branch information
direvius committed Jan 20, 2016
2 parents c672b56 + e55d9b7 commit 19c93e7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ _testmain.go
=======
.pc
*.coverprofile
.goxc.local.json
16 changes: 16 additions & 0 deletions .goxc.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 19c93e7

Please sign in to comment.