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.