1
0
espelhamento de https://github.com/beego/bee.git sincronizado 2025-07-15 20:02:17 +00:00
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 Arquivo normal
Ver arquivo

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