1
0
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:
Ming Deng
2021-05-06 22:58:31 +08:00
parent 551d7cb8d3
commit 7b3d1b5f64
2 changed files with 0 additions and 54 deletions

View File

@ -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 {