From 4a70847db873d363c7d0d502e74d00209131900f Mon Sep 17 00:00:00 2001 From: jimi Date: Tue, 9 Feb 2016 19:50:29 -0600 Subject: [PATCH] Add more target URLs --- main.go | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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()