Initial commit
This commit is contained in:
10
bootstrap/client.go
Normal file
10
bootstrap/client.go
Normal file
@ -0,0 +1,10 @@
|
||||
package bootstrap
|
||||
|
||||
import (
|
||||
"github.com/Xhofe/alist/conf"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func InitClient() {
|
||||
conf.Client=&http.Client{}
|
||||
}
|
Reference in New Issue
Block a user