Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 328 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 328 Bytes

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.