mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 16:24:14 +00:00
internal: drop unused field in Client
This commit is contained in:
parent
23433b3eb1
commit
3beeb23f7c
@ -55,7 +55,6 @@ type Client struct {
|
|||||||
http *http.Client
|
http *http.Client
|
||||||
endpoint *url.URL
|
endpoint *url.URL
|
||||||
username, password string
|
username, password string
|
||||||
insecure bool
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewClient(c *http.Client, endpoint string) (*Client, error) {
|
func NewClient(c *http.Client, endpoint string) (*Client, error) {
|
||||||
|
Loading…
Reference in New Issue
Block a user