Documentation
¶
Index ¶
- func RightPad(str string, length int, pad string) string
- func Times(str string, n int) (out string)
- type B
- func (t *B) AddIndent(delta int)
- func (t *B) AddIndentAndNewline(delta int)
- func (w *B) DrawBar(length int, bytes, totalBytes int64, changeCount int)
- func (w *B) Newline()
- func (w *B) Printf(format string, args ...interface{})
- func (w *B) PrintfDrawIndentedAndWrappedIfMultiline(format string, args ...interface{})
- func (b *B) String() string
- func (w *B) Write(s string)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type B ¶
type B struct {
// contains filtered or unexported fields
}
func (*B) AddIndentAndNewline ¶
func (*B) PrintfDrawIndentedAndWrappedIfMultiline ¶
Click to show internal directories.
Click to hide internal directories.