package
Version:
v0.0.0-...-bf65384
Opens a new window with list of versions in this module.
Published: Apr 28, 2018
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package progress provides an utility to print a simple progress bar
in the command line
type Bar struct {
Len int
OnChange func(s string)
}
Bar contains the information about the progress bar and the hook to call
once it receives the new state
Set expects `v` to be from 0 to 1 and updates the progress bar according to the value
Source Files
¶
Click to show internal directories.
Click to hide internal directories.