I\'m making a URL fetcher in Go and have a list of URLs to fetch. I send http.Get() requests to each URL and obtain their response.
http.Get()
resp,fetch_e
You may use https://github.com/franela/goreq which handles timeouts in a fashion and simple way.