Versions in this module Expand all Collapse all v0 v0.1.1 Nov 18, 2025 v0.1.0 Nov 15, 2025 Changes in this version + const Check + const ColorBold + const ColorGray + const ColorGreen + const ColorRed + const ColorReset + const Cross + const Dot + const Folder + func NewContext(ctx context.Context, p *Printer) context.Context + type Printer struct + func Ctx(ctx context.Context) *Printer + func New(w io.Writer) *Printer + func (p *Printer) Bold(text string) string + func (p *Printer) Errorf(format string, args ...interface{}) + func (p *Printer) FatalError(err error) + func (p *Printer) Infof(format string, args ...interface{}) + func (p *Printer) Printlnf(format string, args ...interface{}) + func (p *Printer) Successf(format string, args ...interface{})