Versions in this module Expand all Collapse all v1 v1.2.6 Aug 31, 2020 Changes in this version + type Spinner struct + func NewSpinner(w io.Writer) *Spinner + func (s *Spinner) SetPrefix(prefix string) + func (s *Spinner) SetSuffix(suffix string) + func (s *Spinner) Start() + func (s *Spinner) Stop() + func (s *Spinner) TimeSpent() string