Skip to content

mpb 2.0.6

Choose a tag to compare

@vbauerster vbauerster released this 21 Apr 07:37
· 1888 commits to master since this release

More Statistics fields:

type Statistics struct {
	Completed           bool
	Total               int64
	Current             int64
	IncrAmount          int64
	StartTime           time.Time
	TimeElapsed         time.Duration
	TimePerItemEstimate time.Duration
}