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)