Versions in this module Expand all Collapse all v0 v0.4.1 Mar 12, 2014 Changes in this version + func RunningOnTerminal() bool + type Progress struct + func NewProgress() *Progress + func (p *Progress) AddBar(count int) + func (p *Progress) ColoredPrintf(msg string, a ...interface{}) + func (p *Progress) Flush() + func (p *Progress) InitBar(count int64, isBytes bool) + func (p *Progress) Printf(msg string, a ...interface{}) + func (p *Progress) SetBar(count int) + func (p *Progress) Shutdown() + func (p *Progress) ShutdownBar() + func (p *Progress) Start() + func (p *Progress) Write(s []byte) (int, error)