🐝 reformat code

This commit is contained in:
微凉
2021-03-05 21:25:44 +08:00
parent d137ef8759
commit 3138e031f5
28 changed files with 389 additions and 389 deletions

View File

@ -7,7 +7,7 @@ import (
)
// init request client
func InitClient() {
func InitClient() {
log.Infof("初始化client...")
conf.Client=&http.Client{}
}
conf.Client = &http.Client{}
}