A simple progress bar for golang projects. I created that because there was a long processes in some project and I didn't know what was the progression.
goget-ugithub.com/disco07/progressbarbar:=progressbar.Default(100)
fori:=0; i<100; i++ {
bar.Add(1)
time.Sleep(100*time.Millisecond)
}Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
