1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-26 15:02:49 +02:00
This commit is contained in:
Matthew Holt 2015-12-31 15:04:58 -07:00
parent 89908f39e9
commit bfc24007db

View File

@ -60,7 +60,6 @@ func httpGet(url string) (resp *http.Response, err error) {
return nil, err
}
req.Header.Set("User-Agent", userAgent())
fmt.Println(userAgent())
client := http.Client{}
return client.Do(req)