🐛 时间超出int范围

This commit is contained in:
微凉
2020-12-26 18:11:17 +08:00
parent 52cddc431a
commit 4af469efed
9 changed files with 86 additions and 7 deletions

View File

@ -9,6 +9,7 @@ import (
)
func ReadConf(config string) bool {
log.Infof("读取配置文件...")
if !utils.Exists(config) {
log.Infof("找不到配置文件:%s",config)
return false