Golang_tutorial_zero_to_hero

Web Crawler Example

Here is another example tour of go web crawler

steps:

  1. create go project
  2. find website(s) to crawl
  3. create requests and print your site/data that you recieve