mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-08-24 19:37:40 +08:00
修复BUG
This commit is contained in:
parent
352147ddfb
commit
998aaffd37
@ -9,8 +9,6 @@ import (
|
|||||||
|
|
||||||
"github.com/astaxie/beego"
|
"github.com/astaxie/beego"
|
||||||
"github.com/lifei6671/godoc/conf"
|
"github.com/lifei6671/godoc/conf"
|
||||||
"github.com/astaxie/beego/orm"
|
|
||||||
"strings"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
//检查最新版本.
|
//检查最新版本.
|
||||||
@ -46,4 +44,4 @@ func CheckUpdate() {
|
|||||||
fmt.Println("MinDoc last version => ", result[0].Name)
|
fmt.Println("MinDoc last version => ", result[0].Name)
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user