Versions in this module Expand all Collapse all v0 v0.7.0 Feb 15, 2026 Changes in this version + func RightPad(str string, length int, pad string) string + func Times(str string, n int) (out string) + type B struct + func New(config Config) *B + func (b *B) String() string + func (t *B) AddIndent(delta int) + func (t *B) AddIndentAndNewline(delta int) + func (w *B) DrawBar(length int, bytes, totalBytes uint64, changeCount int) + func (w *B) Newline() + func (w *B) Printf(format string, args ...interface{}) + func (w *B) PrintfDrawIndentedAndWrappedIfMultiline(format string, args ...interface{}) + func (w *B) Write(s string) + type Config struct + IndentMultiplier int + Width int