mirror of
https://github.com/beego/bee.git
synced 2025-06-15 15:20:38 +00:00
Remove Beego version because when we use GO mod, we can not know specific project's beego version
This commit is contained in:
@ -23,7 +23,6 @@ type RuntimeInfo struct {
|
||||
GOROOT string
|
||||
Compiler string
|
||||
BeeVersion string
|
||||
BeegoVersion string
|
||||
Published string
|
||||
}
|
||||
|
||||
@ -61,7 +60,6 @@ func show(out io.Writer, content string) {
|
||||
runtime.GOROOT(),
|
||||
runtime.Compiler,
|
||||
version,
|
||||
GetBeegoVersion(),
|
||||
utils.GetLastPublishedTime(),
|
||||
})
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user