Versions in this module Expand all Collapse all v0 v0.1.1 May 7, 2019 v0.1.0 May 7, 2019 Changes in this version + func Errorf(format string, args ...interface{}) + func Infof(format string, args ...interface{}) + func Printf(format string, args ...interface{}) + func Warnf(format string, args ...interface{}) + type Spinner struct + func NewSpinner(text string) *Spinner + func (s *Spinner) Start() + func (s *Spinner) Stop() + type TableWriter struct + func NewTableWriter(writer io.Writer) *TableWriter + func (t *TableWriter) Show(plugins plugin.Plugins)