DEV Community

Discussion on: Build a Port Scanner in Golang

Collapse
 
kevinschweikert profile image
Kevin Schweikert

You could use Goroutines to speed up the port scanning instead of doing it one after the other. If you like i can open a PR

Collapse
 
kelvinmai profile image
Kelvin Mai

Yes, please. I would be interested in seeing how that is implemented.

Collapse
 
kevinschweikert profile image
Kevin Schweikert

I just opened a PR with a short explanation. If there are any questions i am happy to answer!