Versions in this module Expand all Collapse all v1 v1.3.4 Apr 16, 2020 v1.0.0 May 17, 2020 Changes in this version + type Bar float64 + func (h Bar) Format(state fmt.State, r rune) + type Bytes int64 + func (b Bytes) String() string + type BytesPerSecond int64 + func NewBytesPerSecond(n int64, duration time.Duration) BytesPerSecond + func (bps BytesPerSecond) String() string + type Writer struct + func NewWriter(w io.Writer) *Writer + func (w *Writer) Flush() error + func (w *Writer) Write(p []byte) (n int, err error)