From 7f6fb529419e39ce379fe870847b781f3c6be57d Mon Sep 17 00:00:00 2001 From: CyberRoute Date: Thu, 23 Nov 2023 16:29:19 +0100 Subject: [PATCH] addressing issue #28 --- cmd/bruter/routes.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/bruter/routes.go b/cmd/bruter/routes.go index a566b3f..7b4284f 100644 --- a/cmd/bruter/routes.go +++ b/cmd/bruter/routes.go @@ -2,7 +2,6 @@ package main import ( "crypto/tls" - "fmt" "html/template" "net/http" @@ -53,7 +52,7 @@ func routes(app *config.AppConfig) http.Handler { sslinfo []map[string]interface{} ) - // Step 1: Execute functions that don't depend on hostinfo.Ports + // Step 1: Execute functions that don't depend on hostinfo.Ports RunConcurrently( func() { hostinfo, err = sh.HostInfo(app)