This commit is contained in:
astaxie 2016-01-07 10:17:34 +08:00
förälder 0ee483de97
incheckning 04f8b3436e
2 ändrade filer med 15 tillägg och 0 borttagningar

1
.gitignore vendored
Visa fil

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

14
.goxc.json Normal file
Visa fil

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