Fixed whitespace issues

This commit is contained in:
Víctor Zamanillo 2020-09-25 18:40:36 +02:00
parent c1df31cb49
commit 9e8e88540f
2 changed files with 0 additions and 3 deletions

View File

@ -222,7 +222,6 @@ func main() {
close(output)
wgoutput.Wait()
}
func process(t string, wg *sizedwaitgroup.SizedWaitGroup, hp *httpx.HTTPX, protocol string, scanopts *scanOptions, output chan Result) {
@ -307,7 +306,6 @@ func targets(target string) chan string {
} else {
results <- target
}
}()
return results
}

View File

@ -63,7 +63,6 @@ func New(options *Options) (*HTTPX, error) {
return http.ErrUseLastResponse // Tell the http client to not follow redirect
}
return nil
}
}