0niSec / gomap

GNU General Public License v3.0
0 stars 0 forks source link

Progress indicator to show scan progress #12

Open 0niSec opened 2 weeks ago

0niSec commented 2 weeks ago

It would be good if we included a progress bar or spinner to indicate the scan progress. Since we plan on adding threading via Goroutines in the future, the package we use needs to be thread safe.

Possible Packages https://pkg.go.dev/github.com/briandowns/spinner - unknown https://pkg.go.dev/github.com/schollz/progressbar/v3 - is thread safe