fix: lint
This commit is contained in:
parent
c3e0e6405a
commit
0b7762590f
@ -36,13 +36,11 @@ func DownloadFileWithHeaders(url string, headers http.Header) (buf *bytes.Buffer
|
||||
return nil, err
|
||||
}
|
||||
|
||||
if headers != nil {
|
||||
for key, h := range headers {
|
||||
for _, hh := range h {
|
||||
req.Header.Add(key, hh)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
hc := http.Client{}
|
||||
resp, err := hc.Do(req)
|
||||
|
Loading…
x
Reference in New Issue
Block a user