1
0
Fork 0
Esse commit está contido em:
astaxie 2016-01-07 10:17:34 +08:00
commit 04f8b3436e
2 arquivos alterados com 15 adições e 0 exclusões

1
.gitignore externo
Ver arquivo

@ -27,3 +27,4 @@ _testmain.go
.DS_Store
bee
*.exe~
.goxc.local.json

14
.goxc.json Normal file
Ver arquivo

@ -0,0 +1,14 @@
{
"Tasks": [
"default",
"publish-github"
],
"PackageVersion": "0.0.1",
"TaskSettings": {
"publish-github": {
"owner": "beego",
"repository": "bee"
}
},
"ConfigVersion": "0.9"
}