DEV Community

Discussion on: A Web Scraper using Golang.

Collapse
 
peppelauro profile image
peppelauro

Nice article, just a little typo in the code:

response,err := http.Get("... Has to be replaced by
resp,err := http.Get("