Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressBar ¶
type ProgressBar struct {
// contains filtered or unexported fields
}
func NewProgressBar ¶
func NewProgressBar(label string, total int) *ProgressBar
func (*ProgressBar) Done ¶
func (p *ProgressBar) Done()
func (*ProgressBar) Inc ¶
func (p *ProgressBar) Inc()
Click to show internal directories.
Click to hide internal directories.