1// Package progress implements progress display mechanism with very 2// simple command line statistics printing on runtime. 3package progress 4 5