import "github.com/Diarkis/diarkis/progressbar"
type Progressbar struct { sync.RWMutex // contains filtered or unexported fields }
func New(title string, max int) *Progressbar
func (pb *Progressbar) Add(value int) bool