Hi!
I've made a couple of small fixes. According to my day to day use cases, it will be great if it'll be possible to use a provided HTTP Client to get an HTML page (without a boilerplate in custom functions). I think that this fix will be great because while scrapping a site using an html parser it is a common situation when you can get an IP ban, so you have to use a Socks5 or other proxies. And to use this proxies you have to write and use a multiple custom HTTP clients.
Hi! I've made a couple of small fixes. According to my day to day use cases, it will be great if it'll be possible to use a provided HTTP Client to get an HTML page (without a boilerplate in custom functions). I think that this fix will be great because while scrapping a site using an html parser it is a common situation when you can get an IP ban, so you have to use a Socks5 or other proxies. And to use this proxies you have to write and use a multiple custom HTTP clients.
Also I've changed error messages text to lowercase, according to golang best practices (in stdlib): https://blog.golang.org/error-handling-and-go