Ep.01 :: GO Web Scrapper/Crawler

Опубликовано: 19 Май 2026
на канале: Ajinkya X
18,643
270

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