mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-20 12:46:17 +08:00
10 lines
124 B
Go
10 lines
124 B
Go
![]() |
package bootstrap
|
||
|
|
||
|
import (
|
||
|
"github.com/Xhofe/alist/conf"
|
||
|
"net/http"
|
||
|
)
|
||
|
|
||
|
func InitClient() {
|
||
|
conf.Client=&http.Client{}
|
||
|
}
|