4 Use Go Channels to Build a Crawler – Jorin's Logbook

jorin.me posted by kenny 2378 days ago  

The other day I built a crawler that checks links on your website to see if there are any links that you can update from HTTP to HTTPS.

You can find it at qvl.io/httpsyet.

I came up with an implementation that abstracts the coordination using channels and I would like to share it in this article.

Register to comment or vote on this story