Documentation ¶ Index ¶ type Context func DefaultContext() Context type Writer func New() *Writer func (o *Writer) Init(ctx Context) func (o *Writer) Print() func (o *Writer) String() string func (o *Writer) Write(a ...any) func (o *Writer) Writef(format string, a ...any) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Context ¶ type Context struct { MinWidth int TabWidth int Padding int PadChar byte Flags uint } func DefaultContext ¶ func DefaultContext() Context type Writer ¶ type Writer struct { // contains filtered or unexported fields } func New ¶ func New() *Writer func (*Writer) Init ¶ func (o *Writer) Init(ctx Context) func (*Writer) Print ¶ func (o *Writer) Print() func (*Writer) String ¶ func (o *Writer) String() string func (*Writer) Write ¶ func (o *Writer) Write(a ...any) func (*Writer) Writef ¶ func (o *Writer) Writef(format string, a ...any) Source Files ¶ View all Source files context.go writer.go Click to show internal directories. Click to hide internal directories.