Added a simple printf to add newline at end

master
Nizamul Rana 2018-05-16 07:50:57 +05:30 committed by GitHub
parent 702c72c872
commit 2ca9ab99bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -191,6 +191,6 @@ func main() {
}
_ = passive.PassiveDiscovery(state)
fmt.Printf("\n")
//bruteforce.Bruteforce(state)
}