From d9b14426c9cfca8c9cf813c8abb44a5c22de47e4 Mon Sep 17 00:00:00 2001 From: Emile Date: Sat, 2 Nov 2019 16:52:08 +0100 Subject: comment --- src/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.go') diff --git a/src/main.go b/src/main.go index 2ef1f56..badeed8 100644 --- a/src/main.go +++ b/src/main.go @@ -25,6 +25,8 @@ func main() { log.Printf("%s Done defining channels", green("[+]")) // write into the wordlist channel and read out of the print channel + // these functions wait for input into the channels and process the given + // data go writeWordlistToChannel(wordlistChannel, wordlist) go printResponses(printChannel) log.Printf("%s Done starting hander routines", green("[+]")) -- cgit 1.4.1