From 489d5ba9ccaa2fda351d5c7fd40aae52877cca68 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Fri, 29 May 2020 22:32:26 -0600 Subject: [PATCH] remove old TBD comment --- test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.go b/test.go index a5134f6..6b438bf 100644 --- a/test.go +++ b/test.go @@ -12,7 +12,7 @@ var sem chan Empty // semaphore to limit requess in flight // test accepts a slice of type Redirect and returns an error // it performs actual HTTP GET requests on each source URL and validates that a redirect occurs // to the destination URL and that the redirect type/status code is correct -func test(redirects []Redirect) error { //TBD: implement +func test(redirects []Redirect) error { wg := &sync.WaitGroup{} mu := &sync.Mutex{}