Use Go Channels to Build a Crawler

https://jorin.me/use-go-channels-to-build-a-crawler/



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.