mirror of
https://github.com/beego/bee.git
synced 2024-11-22 05:00:54 +00:00
update the version to 1.1.0
This commit is contained in:
parent
fdade4356e
commit
3f24cc6319
2
bee.go
2
bee.go
@ -25,7 +25,7 @@ import (
|
|||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
const version = "1.0.1"
|
const version = "1.1.0"
|
||||||
|
|
||||||
type Command struct {
|
type Command struct {
|
||||||
// Run runs the command.
|
// Run runs the command.
|
||||||
|
@ -44,7 +44,6 @@ func init() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
beego.Error(err)
|
beego.Error(err)
|
||||||
}
|
}
|
||||||
beego.Info(apilist)
|
|
||||||
beego.GlobalDocApi["Root"] = rootapi
|
beego.GlobalDocApi["Root"] = rootapi
|
||||||
for k, v := range apilist {
|
for k, v := range apilist {
|
||||||
for i, a := range v.Apis {
|
for i, a := range v.Apis {
|
||||||
|
Loading…
Reference in New Issue
Block a user