Documentation
¶
Index ¶
- Constants
- type Buffer
- type Printer
- func (p *Printer) Dedent()
- func (p *Printer) Error() error
- func (p *Printer) Indent()
- func (p *Printer) Linef(format string, args ...interface{})
- func (p *Printer) NL()
- func (p *Printer) Printf(format string, args ...interface{})
- func (p *Printer) SetError(err error)
- func (p *Printer) SetIndentString(indent string)
- type TabWriter
Constants ¶
View Source
const DefaultIndent = "\t"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Printer ¶
type Printer struct {
// contains filtered or unexported fields
}
func (*Printer) SetIndentString ¶
Click to show internal directories.
Click to hide internal directories.