mirror of
https://github.com/1f349/go-webdav.git
synced 2024-12-22 08:14:15 +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
|
||||
endpoint *url.URL
|
||||
username, password string
|
||||
insecure bool
|
||||
}
|
||||
|
||||
func NewClient(c *http.Client, endpoint string) (*Client, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user