package
0.0.0-20170304211208-30262a5c7130
Repository: https://github.com/dexterlb/mvm.git
Documentation: pkg.go.dev

# Functions

NewProgressBar creates a progressbar with a 0/total progress.
NewProgressChannel initializes a progress channel object.
StartProgressBar creates a progressbar and makes it show up immediately.

# Structs

DummyProgress doesn't report progress to anyone.
ProgressBar is a console progress bar which displays much info.
ProgressChannel provides a way to communicate progress to a caller.

# Interfaces

Progress.