🐛 时间超出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

@ -2,9 +2,11 @@ package bootstrap
import (
"github.com/Xhofe/alist/conf"
log "github.com/sirupsen/logrus"
"net/http"
)
func InitClient() {
log.Infof("初始化client...")
conf.Client=&http.Client{}
}