Skip to content

Commit

Permalink
addressing issue #28
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberRoute committed Nov 23, 2023
1 parent eee232a commit 7f6fb52
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/bruter/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"crypto/tls"
"fmt"
"html/template"
"net/http"

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 7f6fb52

Please sign in to comment.