Versions in this module Expand all Collapse all v0 v0.0.3 Apr 25, 2018 Changes in this version + type Progress struct + func New(writer io.Writer) *Progress + func (c *Progress) Add(add uint64) + func (c *Progress) End() + func (c *Progress) Start(total uint64) + func (c *Progress) Write(p []byte) (int, error)