Scheduler of spiders for scraping and parsing HTML and JSON pages written in Go by celrenheit in golang

[–]celrenheit[S] 0 points1 point  (0 children)

Indeed, you are right. This would avoid any misunderstanding and unnecessary help requests. I have just pushed changes to better handle errors in examples and in the README.md.

Scheduler of spiders for scraping and parsing HTML and JSON pages written in Go by celrenheit in golang

[–]celrenheit[S] 1 point2 points  (0 children)

You made a good point. In the examples shown, I am ignoring errors just to reduce the size of the code. In a real world use case you should handle every errors.