Skip to content

juliensalinas/go_concurrent_scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Basic concurrent web scraper in Go

Here is a basic (working) template that can be reused for high-performance concurrent scraping in Go (Golang).

For comments about how this code is working see this blog post about web scraping in Go.