remove commentout colly from example

This commit is contained in:
idk
2022-03-30 00:35:26 -04:00
parent 564a060ed3
commit 35e4ae3c89

View File

@ -100,7 +100,6 @@ func main() {
},
}
//colly.SetHTTPClient(httpClient)
http.DefaultClient = httpClient
return nil
}