This commit is contained in:
astaxie 2016-01-07 10:17:34 +08:00
parent 0ee483de97
commit 04f8b3436e
2 ha cambiato i file con 15 aggiunte e 0 eliminazioni

1
.gitignore esterno
Vedi File

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

14
.goxc.json Normal file
Vedi File

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