|
|
@ -37,9 +37,15 @@ func getPage(url string) (Data, error) { |
|
|
|
|
|
|
|
func main() { |
|
|
|
sites := map[string]string{ |
|
|
|
"Google": "http://google.com", |
|
|
|
"Yahoo": "http://yahoo.com", |
|
|
|
"Bing": "http://bing.com", |
|
|
|
"Google": "http://google.com", |
|
|
|
"Yahoo": "http://yahoo.com", |
|
|
|
"Bing": "http://bing.com", |
|
|
|
"Apple": "http://apple.com", |
|
|
|
"Samsung": "http://samsung.com", |
|
|
|
"Microsoft": "http://microsoft.com", |
|
|
|
"Ubuntu": "http://ubuntu.com", |
|
|
|
"Verizon": "http://verizonwireless.com", |
|
|
|
"Comcast": "http://comcast.com", |
|
|
|
} |
|
|
|
|
|
|
|
start := time.Now() |
|
|
|