打印版本号

This commit is contained in:
johlanse 2022-08-05 17:39:01 +08:00
parent 9c408720dd
commit 1f3365c942
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ func init() {
} }
func main() { func main() {
log.Infoln("当前程序运行版本: " + VERSION)
if i { if i {
core := &lib.Core{} core := &lib.Core{}
core.Init() core.Init()