@ -8,6 +8,7 @@ package main // import "code.gitea.io/gitea"
@@ -8,6 +8,7 @@ package main // import "code.gitea.io/gitea"
import(
"os"
"runtime"
"strings"
"code.gitea.io/gitea/cmd"
@ -61,8 +62,8 @@ arguments - which can alternatively be run by running the subcommand web.`
@@ -61,8 +62,8 @@ arguments - which can alternatively be run by running the subcommand web.`
funcformatBuiltWith(Tagsstring)string{
iflen(Tags)==0{
return""
return" built with "+runtime.Version()
}
return" built with: "+strings.Replace(Tags," ",", ",-1)
return" built with "+runtime.Version()+" : "+strings.Replace(Tags," ",", ",-1)