In this project, we'll build a Web Crawler in Golang! To rank well in Google Search, websites need to internally link pages one to another. For example, a blog post about the benefits of haircuts should probably link to my post about the best places to get haircuts.
We're going to write a Golang CLI application that generates an "internal links" report for any website on the internet by crawling each page of the site.
Before we dive into the project, let's make sure you are all set up properly. You will need:
Type go version to make sure that you have Go installed.
Run and submit the CLI tests.