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)