Setup:: • GoLang Setup with PostgreSQL + Hello World...
Code: https://github.com/steelx/webscrapper
extract links: https://github.com/steelx/extractlinks
My journey towards learning GO programming.
A web crawler is the portion of a search engine that scans web pages looking for links, our code will just look for links and follow them and just print them on screen.
#golang #go