-
Notifications
You must be signed in to change notification settings - Fork 0
gregjones/gogress
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Copy some of the functionality of python's progressbar module to Go. (http://code.google.com/p/python-progressbar/) Usage: p := NewProgressBar(100) p.Start() var i int64 for i = 0; i < 100; i++ { //Do Something slow p.Update(i+1) } Progressbars can be customised with a variety of widgets (I am still learning with Go)
About
Copy some of python's progressbar module to Go
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published