diff --git a/main.go b/main.go index 5de82ab..5aa4a55 100644 --- a/main.go +++ b/main.go @@ -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()