This commit is contained in:
astaxie 2016-01-07 10:17:34 +08:00
rodič 0ee483de97
revize 04f8b3436e
2 změnil soubory, kde provedl 15 přidání a 0 odebrání

1
.gitignore vendorováno
Zobrazit soubor

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

14
.goxc.json Normal file
Zobrazit soubor

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