mirror of
https://github.com/beego/bee.git
synced 2024-11-21 18:40:54 +00:00
add goxc
This commit is contained in:
parent
0ee483de97
commit
04f8b3436e
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ _testmain.go
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
bee
|
bee
|
||||||
*.exe~
|
*.exe~
|
||||||
|
.goxc.local.json
|
||||||
|
14
.goxc.json
Normal file
14
.goxc.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"Tasks": [
|
||||||
|
"default",
|
||||||
|
"publish-github"
|
||||||
|
],
|
||||||
|
"PackageVersion": "0.0.1",
|
||||||
|
"TaskSettings": {
|
||||||
|
"publish-github": {
|
||||||
|
"owner": "beego",
|
||||||
|
"repository": "bee"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ConfigVersion": "0.9"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user